.pagination{
clear: both;
; margin-top: 5px; margin-right: 0; margin-bottom: 10px; margin-left: 0; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 10px;
; font-family: Verdana, Arial, Helvetica, sans-serif
}

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

*: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 */
}

* 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*/
}

.pagination a{
padding: 0 5px;
border: 1px #333333 solid;
text-decoration: none; 
color: #333333;
}

.pagination a:hover{
border: 1px #666666 solid;
color: #333333;
background-color: #CCCCCC;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #666666;
color: #FFF !important;
font-weight: bold;
cursor: default;
; border: #333333
}
.pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}.pagination a:visited { 
padding: 0 5px;
border: 1px #333333 solid;
text-decoration: none; 
color: #999999;
 } 

.pagination a.disabled { border: #333333 }

.pagination a.disabled { 
background-color: white;
cursor: default;
color: #929292;
 } .pagination a:active { 
padding: 0 5px;
border: 1px #333333 solid;
text-decoration: none; 
color: #333333;
 } 
