.pagination{
	padding: 5px;
	clear: both;
	width: 98%;
	background: #FFFFFF;
	font: 8px Verdana;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
	font: 8px Verdana;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	font: 8px Verdana;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
	margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
	font: 8px Verdana;
}

* html .pagination li a{ /*IE6 and below CSS hack*/
	margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
	font: 8px Verdana;
}

.pagination a:hover{
	color: #FFFFFF;
	background-color: #CC0000;
	font: 8px Verdana;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
	background-color: #FF6600;
	color: #FFF !important;
	font-weight: normal;
	cursor: default;
	font: 8px Verdana;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
	background-color: white;
	cursor: default;
	border-color: transparent;
	font: 8px Verdana;
}

.pagination a.prevnext{ /*Style for previous and next link*/
	font-weight: normal;
	font: 8px Verdana;
}
.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #666666;
	font: 8px Verdana;
}

.pagination a:hover, .pagination a.selected {
	color: #FF6600;
	background-color: #FEE496;
	font: 8px Verdana;
}
