.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 580px; /*width of featured content slider*/
height: 300px;
}
.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: #ffffff;
width: 578px; /*width of content DIVs within slider. Total width should equal slider's inner width (586+1+1=588) */
/*height: 250px;*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.pagination{	
width: 570px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: #3333ff;*/
padding: 2px 10px;
}

.pagination a{	
padding: 0 3px;
text-decoration: none; 
font-family:Arial;
font-size:10pt;
font-weight:bold;
color:#3333ff;
background-color: #ffffff;
border:solid 1px #3333ff;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #3333ff;
border:solid 1px #3333ff;
}
