.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 352px; /*width of featured content slider*/
height: 232px;
margin:1px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 352px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 352px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin-top:4px;
}

.pagination a{
width:66px; height:52px;
border:1px solid #ccc; float:left;
margin-right:3px;
color:#000;
}
.pagination img{ border:none;}

.pagination a:hover, .pagination a.selected{
border:1px solid #C00;
color:#000;
}
.opaq {
height:32x; 
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
filter: alpha(opacity=70); 
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7; 
background-color:#000;
width:355px;  
float:left;
}
.opaq_tit {text-shadow: 2px 2px 2px #6a1114; color:#FFF; font-size:12px; font-weight:bold; padding-top:8px; height:26px; text-align:center;}
.cont_img { width:352px; height:232px; padding-top:200px;}