/*
.gbBlock .gcBackground2 .gbNavigator .block-core-Navigator .next-and-last {
*/
.gbBlock{
	color: #66ffff;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

.gbBlock a{
	color: #66ffff;
	text-decoration: underline;
}

.block-core-Navigator {
	text-align: center;
	width: 600px !important;
}

.next-and-last {
/*	border: solid 1px black; */
	padding-bottom: 20px;
	width: 290px !important;
	float: right !important;
	text-align: right;
}

.first-and-previous  {
/*	border: solid 1px blue; */
	padding-bottom: 20px;
	width: 290px !important;
	float: left !important;
	text-align: left;
}

.first, .previous, .next, .last {
/*	border: solid 1px red; */
	display: inline;
	padding: 2px;
	color: #66ffff;
	font-size: 10px;
	font-family: verdana, sans-serif;
/*	background-color: black; */
}

.first, .last {
/*	background-color: yellow; */
	width: 50px !important;
}
.next, .previous {
/*	background-color: yellow; */
	width: 70px !important;
}

.block-core-Pager {
	color: black;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

.block-core-Pager a {
	color: #66ffff;
}
