.contentslide{

padding: 0 0 0 0;
width: 497px; 
height: 184px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 497px; 
height: 184px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 0;
opacity: 0;

}

.contentslide .contentdiv{
width: 497px; 
height: 184px;
display: none;
}

.pagination{
width: 497px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
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: 497px;/*IE5 width*/ 
height: 184px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
background-color: #292929;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #24638C;
}

.contentdiv{
width: 497px;
height: 184px;
padding: 0 0 0 0;
}

.opacitylayer{
padding: 0 0 0 0;
}
