.pagination{
padding: 0px;
margin: 0em 0;
clear: both;
}

.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;
}

*:first-child+html .pagination li{ /*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{ /*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*/
}

.previous a, .previous a:visited{
padding: 0px;
border: 0px 
text-decoration: none; 
color: #000000;
font-size : 14px;
font-family : Verdana, Arial;
	background-image : url(images/previous1.gif);
}

.next a, .next a:visited{
padding: 0px;
border: 0px 
text-decoration: none; 
color: #000000;
font-size : 14px;
font-family : Verdana, Arial;
	background-image : url(images/next1.gif);
}

.pagination a, .pagination a:visited{
padding: 0px;
border: 0px 
text-decoration: none; 
color: #000000;
font-size : 14px;
font-family : Verdana, Arial;
}

.pagination a:hover, .pagination a:active{
	border: 0px;
	color: #F26622;
	font-size : 14px;
	font-family : Verdana, Arial;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
color: #F26622;
border: 0px;
font-size: 14px;
font-weight: normal;
font-family: Verdana, Arial;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: normal;
color:#f26622;
}