.contentslide{
border: 15px solid #d6d6d6;
border-bottom-width: 6px;
background-color:#e9eefd;
padding: 8px;
width: 254px;
height: 290px;
margin-top:-10px;
font size:14px;
face: arial;
}

* html .contentslide{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 254px; /*IE5 width*/
w\idth: 254px; /*IE6 width*/
height: 300px; /*IE5 height*/
h\ight: 300px; /*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: 280px; /*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: 280px; /*IE5 width*/
w\idth: 280px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color:#ffffcc;
}
