.contentslide{
border: 0px gray;
border-bottom-width: 0px;
padding: 0px;
width: 194px;
height: 380px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 194px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: #FFFFFF;
border: 1px solid gray;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 194px; /*IE5 width*/
w\idth: 194px; /*IE6 width*/
}

.pagination a{
padding: 3 3px;
font-size:10.0pt;
font-family:"Verdana";
text-decoration: none; 
color: #FFFFFF;
background-color: #6487B3;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #47688F;
}