.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 565px; /*width of featured content slider*/
height: 220px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: ;
width: 565px; /*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{
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 2px;
z-index:900;
line-height:normal;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
font-family:Trebuchet MS, Helvetica;
background-color: #848284;
border: 0px solid #cccccc;
font-size:13px;
font-weight:bold;
border:solid 1px #666666;
background-image: url(/img/cs1.jpg);
}


.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #313431;
text-decoration: none; 
font-family:Trebuchet MS, Helvetica;
font-size:13px;
font-weight:bold;
background-image: url(/img/cs2.jpg);
}
