.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 1px dotted #ECECEC;
border-bottom: 1px solid #fff;
width: 170px; /*width of featured content slider*/
height: 160px;
font-size: 11px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 170px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #333;
padding: 5px;
}

.pagination a{
padding: 2px 5px 2px 5px;
text-decoration: none; 
color: #FFCC11;
background: #000;
font-size: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFcc11;
}

.sliderpromowrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #ECECEC;
border-bottom-width: 0px;
width: 244px; /*width of featured content slider*/
height: 166px;
text-align: center;
font-size: 11px;
}



.sliderpromowrapper .contentdivpromo{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
background: white;
width: 10px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.paginationpromo{
width: 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: transparent;
padding: 0px 0px;
}

.paginationpromo a{
padding: 0 0px;
text-decoration: none; 
color: transparent;
background: transparent;
font-size: 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.paginationpromo a:hover, .paginationpromo a.selected{
color: #000;
background-color: transparent;
}