.contentslide{
border: 0px solid #2f5fa1;
border-bottom-width: 0px;
padding: 0px;
text-align:left;
width: 225px;
height: 150px;
}

.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;
text-decoration: none;
FONT-SIZE: 11px;
}

.pagination{
width: 160px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align:right;
border: 0px solid #2f5fa1;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
}

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

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

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