.contentslide{

padding:0px;
width:100%;
height: auto;



}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width:100%;
height:  auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentslide .contentdiv{
display: none;
width:100%;

}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
direction:rtl;
margin:0 0 6px 0;
border-bottom: solid 3px #999999;
background:#eeeeee;



padding: 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
color:#0C4790;
font-family:Times New Roman;
font-size:13pt;
border-top: solid 1px red;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #333333;
font-family:Times New Roman;
font-size:13pt;
background:#999999;


}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #990000;
font-size:13pt;
}