.contentslide{
padding: 0px;
width: 154px;
height: 145px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
padding:3px;
padding-top:2px;
padding-bottom:2px;
width: 162px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #838383;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 162px; /*IE5 width*/
w\idth: 162px; /*IE6 width*/
}

.pagination a{
padding: 1px 5px 1px 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration: none; 
border:1px solid #fff;
color: #333;
background-color: white;
}
.pagination a:hover{
text-decoration: underline; 
}

.pagination a:hover, .pagination a.selected{
color: #fff;
font-weight:bold;
border:1px solid #fff;
background-color: #4a6676;
}

/*multimedia styles */
.rotator_titles, .rotator_titles a:link, .rotator_titles a:visited {width:165px; w\idth:165px; font-family : Arial,Sans-Serif; font-size: 12px; text-decoration:none; color:#fff; padding:2px}
.rotator_titles a:hover {width:165px; w\idth:165px; font-family : Arial,Sans-Serif; font-size: 12px; text-decoration:underline; color:#fff; padding:2px}