.pagination{padding: 2px; margin: 1em 0; clear: both;}

.pagination ul{margin: 0; padding: 0; text-align: center; /*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; FONT-SIZE: 8pt; COLOR: #505050; FONT-FAMILY: Tahoma; TEXT-DECORATION: none; border: 1px solid #c8c7ca; background-color: #ECECFF;}

.pagination a:hover, .pagination a:active{color: #000; background-color: #FFCC00;}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #FFCC00; color: #000 !important; font-weight: bold; cursor: default;}

.pagination a.disabled:{background-color: #F9F8F2; cursor: default; color: #929292; border-color: transparent;}

.pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: #F9F8F2; cursor: default; color: #929292; border-color: transparent;}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;}