.pagination{
	padding: 2px;
	clear: both;
	font-weight: normal;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	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: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*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*/
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	
	text-decoration: none;
	color: #960;
}

.pagination a:hover, .pagination a:active{
	border: 0;
	color: #630;
	/*color: #000;*/
}

.pagination a.currentpage{ /*Style for currently selected page link*/
	color: #630!important;
	font-weight: bold;
	cursor: default;
	text-decoration: underline;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
	cursor: default;
	color: #767676;
	border-color: #000;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
