.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 354px; /*width of featured content slider*/
height: 110px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-left: 30px;
padding-right: 20px;
width: 300px;
height: 100px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
