.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px; /*width of featured content slider*/
height: 228px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #2f2f2f;
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 228px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
float:left;
overflow:hidden;
}

.pagination{
width: 280px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #292929;
padding: 0 10px 0 10px;
clear:both;
height:22px;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color:#434343;
background:#434343;
font-size:8px;
height:20px;
border:2px solid #525252;
}

.pagination a:hover, .pagination a.selected{
color: #b1b1b1;
background: #b1b1b1;
}

.promobox1-name {
text-align:left;
float:left;
height:22px;
line-height:22px;
}

.promobox1-name a {
color:#ffffff;
font-size:11px;
background:none;
color:#ffffff;
border:0;
}

.promobox1-name a:hover {
color:#ffffff;
font-size:11px;
background:none;
color:#f03100;
border:0;
}

.promobox1-pagination {
float:right;
line-height:18px;
padding:0 0 4px 0;
}

.promobox1-content {
position:relative;
width:300px;
height:228px;
}

.promobox1-title {
position:absolute;
bottom:0;
left:0;
width:300px;
background:#000000;
opacity:.80;
filter:alpha(opacity=80); 
-moz-opacity: 0.80;
display:block;
padding:5px 0;
}

.promobox1-title span {
cursor:pointer;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;

}

.contentdiv a {
color:#FFFFFF;
cursor:pointer;
}

.contentdiv a:hover {
color:#f03100;
}