.contentslide{
border: 0px solid ;
border-bottom-width: 0px;
padding: -4px -30px -50px -10px;
width: 979x;
height: 300px;
}

.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{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color:;
border: 0px solid ;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: -4px 20px 50px 10px;

background-image:;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:980px; /*IE5 width*/
w\idth: 980px; /*IE6 width*/
}

..pagination a{

margin:-20px 5px 0px 0px;
text-decoration: none; 
color: #8d8c8c;
background-color: ;
border: 1px solid #d9d5cd;
}

.pagination a:hover, .pagination a.selected{
color: ;
background-color: ;
}