.contentslide{
border: 0px solid #CCFFFF;
border-bottom-width: 0px;
padding: 0px;
width: 764px;
height: 430px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
border-left:0px solid #232323; border-right:0px solid #232323; border-top:0px solid #232323; border-bottom:0px solid #232323; width: 742px; /*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: white;
/*Left/ right border width of pagination DIV.*/
padding-left:18; padding-right:18; padding-top:18px; padding-bottom:18px
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 730px; /*IE5 width*/
w\idth: 730px; /*IE6 width*/
}

.pagination a{
padding: 2px 18px;
text-decoration: none; 
color: #CCCCCC;
background-color: #303A46;
}

.pagination a:hover, .pagination a.selected{
color: #404040;
background-color: #DEDEDE;
}
