/*This is the active version */

.contentslide{
width: 188px;
height: 172px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 0px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
font-family: Verdana, arial, helvetica, sans-serif;
font-size: 0pt;
color: #999999;
background-color: 999999;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 0px; /*IE5 width*/
w\idth: 0px; /*IE6 width*/
font-family: Verdana, arial, helvetica, sans-serif;
font-size: 0pt;
color: #999999;
background-color: 999999;
}

.pagination a{
font-family: Verdana, arial, helvetica, sans-serif;
font-size: 0pt;
text-decoration: none; 
color: #999999;
background-color: 999999;
}

.pagination a:hover, .pagination a.selected{
font-family: Verdana, arial, helvetica, sans-serif;
font-size: 0pt;
color: #999999;
background-color: 999999;
}