.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 6px;
width: 290px; /*width of featured content slider*/
height: 110px;
left:10px;
}



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

.featuredheader{
width: 99px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 1px 10px 5px 4px;
position:absolute;
top:0px;
background: white;
margin: 0px 10px;
font-family: Verdana;
font-size: 13px;
color: #666666;
}
.featuredheader a:link {
	color: #666666;
}
.featuredheader a:visited {
	color: #666666;
}
.featuredheader a:hover {
	color: #8BC12A;
}

.featuredarrow{
width: 23px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0px 0px 5px 0px;
margin-left:228px;
position:absolute;
top:-1px;
background: white;
}

.pagination{
width: 140px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px 10px 0px 76px;
position:absolute;
top:0px;
font-family:Verdana;
font-size:14px;
color:#666;
background:white;
z-index:999;
margin-left:10px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #666;
background: white;
}

.pagination a:hover{
color: #8BC12A;
background-color: #fff;
}
.pagination a.selected{
background-color: #CCCCCC;
}