.contentslide{
width: 450px;
height: 266px;
}
.contentslide .contentdiv{
display: none;
}
.pagination{
width: 450px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
height:16px;
border: 0px; /*Left/ right border width of pagination DIV.*/
padding: 0px 0px 0px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 450px; /*IE5 width*/
w\idth: 450px; /*IE6 width*/
}

