.contentslide{
border: none;
padding: 0px 0px 0px 0px;
width: 373px;
height: 148px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.pagination{
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: 0px; /*IE5 width*/
width: 0px; /*IE6 width*/
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #333;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #333333;
}