.contentslide1{
border: 10px solid blue;
border-bottom-width: 6px;
padding: 8px;
width: 718px;
height: 366px;
}

.contentslide1 .contentdiv{
display: none;
}

.pagination{
border-left:10px solid blue; border-right:10px solid blue; border-top:0px solid gray; border-bottom:0px solid blue; width: 734px; /*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: blue;
/*Left/ right border width of pagination DIV.*/
padding-left:0; padding-right:0; padding-top:0; padding-bottom:4px
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
background-color: blue;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: blue;
}
