.contentslide{

padding:0px;
width: 100%;
height: auto;
border:solid 1px #cccccc;


}

.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-top: solid 1px #cccccc;



border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
width: 416px; /*IE6 width*/
color:#0C4790;
font-family:Times New Roman;
font-size:11pt;
border-top: solid 1px red;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #0C4790;
font-family:Times New Roman;
font-size:11pt;


}

.pagination a:hover, .pagination a.selected{
color: #990000;
background-color: #ffffff;
font-size:14pt;
}
