.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #BAB8A9;
width: 356px; /*width of featured content slider*/
height: 200px;
font-family: arial;
font-size: 12px;
font-weight: normal;
}

.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: #e2dfdf;
width: 356px; /*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;
font-family: arial;
font-size: 10px;
font-weight: bold;
}

.contentstory{
background: #f5f2f2;
font-family: arial;
font-size: 10px;
font-weight: bold;
height: 200;
padding: 2px 2px 2px 2px;
}


.SpotlightTitle{
font-size: 12px;
font-weight: bold;
padding: 4px 2px 2px 2px;
}

.SpotlightLink{
font-size: 11px;
font-weight: bold;
}

.SpotlightAbstract{
font-size: 11px;
font-weight: normal;
padding: 2px 2px 2px 2px;
}

.sliderborder
{
border: 1px solid #BAB8A9;
}

.pagination{
width: 356px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #cccccc;
padding: 4px 0px 4px 0px;
border-top: 1px solid #aeadad;
border-bottom: 2px solid #aeadad;
font-family: arial;
font-size: 12px;
font-weight: normal;
height: 24px;
vertical-align: middle;
}

.pagination a{
padding: 4px;
text-decoration: underline; 
color: #fff;
background: #AAA89C;
font-family: arial;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #620004;
font-family: arial;
font-size: 10px;
font-weight: bold;
vertical-align: middle;
}

.spotlight {
color: #000;
font-weight: bold;
font-size: 14px;
text-align: left;
padding-left: 7px;
padding-top: 0px;
}

.spacer {
padding-left: 2px;
}

.timer {
margin-top: 3px;
}