.pagination{
	padding: 0px;
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: normal;
	font-size: 11px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}


.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
	margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
	margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
	padding: 1px 7px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #333;
}

.pagination a:hover{
	border: 1px solid #FFFFFF;
	color: #000;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
	color: #FFF !important;
	border-color: #6937BA;
	font-weight: normal;
	cursor: default;
	background-color: #008802;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
	cursor: default;
	color: #333;
	border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
	font-weight: normal;
}
