.contentslide{
border: 0px solid #2f5fa1;
border-bottom-width: 0px;
padding: 0px;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
width: 225px;
height: 130px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 90%;
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
padding: 10px;
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
text-align:left;
text-decoration: none;
FONT-SIZE: 10px;
}
.title_news
{
line-height:25px;
color:#FFFFFF;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:700;
}
.pagination{
width: 200px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
vertical-align:text-bottom;
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;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
background-color: #eef5fd;
}
.pagination1 a{
padding: 0 1px;
text-decoration: none; 
color: black;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
background-color: #eef5fd;
}
.pagination a:hover, .pagination a.selected{
color: #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #e8dabd;
font-size:8px;
}
.pagination1 a:hover, .pagination1 a.selected{
color: #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8px;
background-color: #e8dabd;
}