.sliderwrapper{
position: relative; /*leave as is*/

overflow: hidden; /*leave as is*/
border: 0;
border-bottom-width: 0px;
width: 450; /*width of featured content slider*/
height: 20px;
}



.sliderwrapper .contentdiv{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-color: #000000;
	font-weight: bold;
	

visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: -25;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
padding-bottom: 5px;
background: #E0E5E9
width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 20;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: .5;
opacity: .5;
}


