.contentslide{

border: 0px;

padding: 0px;

width: 750px;

}



.contentslide .contentdiv{

display: none;

}



.pagination{

width: 750px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/

text-align: right;

padding: 0px;

background-image: url('../images/bgnd.gif');

background-repeat:repeat-x;

position:relative;

top: 0px;

height: 15px;

font-size: 11px;

}



* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 750px; /*IE5 width*/

width: 750px; /*IE6 width*/

}



.pagination a {

padding: 0 6px 0 6px;

text-decoration: none; 

color: #000000;

background-image: url('../images/bgnd-num.gif');

background-repeat:repeat-x;

border-left: 1px solid #999999;

margin-left: -4px;

}



.pagination a:hover, .pagination a.selected{

color: #000000;

background-color: white;

text-decoration: none;

background-image: url('../images/bgnd-num-over.gif');

background-repeat:repeat-x;

}



#paginate-slider1 a {

color:#000000;

font-family: Arial, Helvetica, sans-serif;

font-size:10px;

}