.contentslide{
	padding: 0px;
	width: 925px;
	height: 253px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}

* html .contentslide{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 925px; /*IE5 width*/
	w\idth: 925px; /*IE6 width*/
	height: 253px; /*IE5 height*/
	h\ight: 253px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}

.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: 925px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 18px;
}

.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: 925px; /*IE5 width*/
w\idth: 925px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
background-color: #6B6B6B;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color:#ff9900;
}
