.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
margin-top:5px;
margin-left:-12px;
width: 406px; /*width of featured content slider*/
height: 118px;
}

 

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 406px; /*width of featured content slider*/
height: 118px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 8px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 2px;
position:absolute;
background:#ee7600;
z-index:200;
right:37px;
top:23px;
font-size:10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
font-weight:bold;

}
.pagination a{
padding: 1px;
text-decoration: none; 
color: #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
}
.head{
position:absolute;
bottom:16px;
left:5px;
color:#e56511;
font-size:15px;
font-weight:bold;
z-index:150;
}
.subhead{
position:absolute;
bottom:3px;
left:5px;
color:#ffffff;
font-size:11px;
font-weight:bold;
z-index:150;
}
.head_bg{
background:#000000;
height:35px;
position:absolute;
z-index:130;
bottom:0px;
left:0px;
width:408px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

