.contentslide{
border: 4px solid #0D0D6A;

border-top-width: 4px;
padding: 4px;
width: 772px;
height: 188px;
border-bottom: 4px solid #0D0D6A;
}

.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: 0;
opacity: 1;
overflow : auto; 

}

.contentslide .contentdiv{
display: none;
height: 188px;
overflow : auto; 
background-color:white;
}

.pagination{
width: 777px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/

font-size:10pt;
font-weight:bold;
background-color: gray;
border-right: 4px solid #0D0D6A;
border-left: 4px solid #0D0D6A;
border-bottom: 4px solid #0D0D6A;
height:15px;
padding-right:3px;
text-align: right;
}



.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #0D0D6A;
background-color: #C8C8C8 ;
border-right:red;

}

.pagination a:hover, .pagination a.selected{
color: #C8C8C8 ;
background-color: #0D0D6A;
}