.contentslide{
border:0;
width:656px;
position: absolute;
top:110px;
left:220px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
display: none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #cc6600;
text-decoration: none; 
}