@charset "utf-8";
/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 554px; /*width of featured content slider*/
height: 194px;
background-color:#333;
}

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

.pagination{
width: 545px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:22px;
padding-top:6px;
padding-right:9px;
text-align: right;
background-image:url(img/back_feature.gif);
margin-bottom:14px;
}

.pagination a{
	font-family:Verdana;
padding:0  5px;
padding-top:2px;
padding-bottom:2px;
text-decoration: none;
font-size:11px;
font-weight:bold;
color: #757575;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #faa002;
}
.contentdiv img { border:0px;}