.contentslide{
border: 15px solid #d6d6d6;
border-bottom-width: 6px;
padding: 8px;
width: 275px;
height: 118px;
margin-top:-10px;

}

* html .contentslide{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 275px; /*IE5 width*/
w\idth: 275px; /*IE6 width*/
height: 120px; /*IE5 height*/
h\ight: 120px; /*IE6 height*/
}

.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: 10;

}

.contentslide .contentdiv{
display: none;

}

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

.style1
 font size:2px;
 face :Arial ;
 color:"000000;
 
} 

.style2
font size=2 px ;
color=#3c3731;
face=Verdana;
font weight:bold;

} 

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

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

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

a.hyperlink1{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; text-decoration:none;}
a.hyperlink1:hover{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; text-decoration:underline;}