.contentslide{
margin-left: -11px;
margin-top: -1px;
border: 1px solid #999999;
padding: 8px;
width: 577px;
height: 250px;
}

.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;
}

.pagination{
margin-top: -1px;
margin-left: -10px;
width: 581px; /*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: #ffffff;
padding: 0px 10px 0px 0px;
border-top: 1px solid #999999;
}

* 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{
margin-top: -1px;
padding: 0px 5px 0px 5px;
text-decoration: none;
color: #d63700;
background-color: white;
border: 1px solid #999999;
border-top: 1px solid #ffffff;
}

.pagination a:hover {
color: #ffffff;
background-color: #dddddd;
text-decoration: none;
}

.pagination a.selected {
color: #ffffff;
background-color: #cccccc;
text-decoration: none;
}