.contentslide { background:none; margin:0px; padding-top:0px; }

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 350px;
}
.contentslide .contentdiv { display: none; }

.pagination { font-size:9px; 
			  width: 98%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/ 
			  text-align: right;  
			  margin-top: 10px;
			  margin-left: 300px;
			  }

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

.pagination a {widht:20px; height:20px; text-decoration: none; color:#CCCCCC; }

.pagination img{border:none}

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

 .ca {
opacity:0.60;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
	
	}

.block_alpha{background-color:#333; width:500px; height:55px; position:absolute; margin-top:5px;}
.h1_alpha{position:absolute; margin-top:6px; width:480px; padding-left:8px;}
