.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 770px; _width: 760px;/*width of featured content slider*/
height: 285px;
position:relative;
z-index:180;
}


.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: 800px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 285px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 1;
opacity: 1;

z-index:198;
}
  
.sliderwrapper .contentdiv img{
position: absolute; /*leave as is*/
z-index:199;
width:800px;
height:285px;
}


  .box{
width:800px;
height:35px;
position: absolute;
top:0px;
left:0px;
z-index:200;
background:#000;
-moz-opacity: 0.7;
opacity: 0.7;


  }

.box p{color:#fff; z-index:201; position:absolute;left:20px;}

  
  
