.sliderwrapper{
position: absolute; /*leave as is*/
/*overflow: hidden; /*leave as is*/ 
overflow: visible;
width:320px; /*width of featured content slider*/
height: 200px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top: 0px;
padding-bottom: 5px;
padding-left: 13px;
padding-right: 10px;
border-style: solid;
border-color: #FFCC00;
border-width: 2px;
width: 350px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
background-color: #666666;
background-image: url(images/news_grad_back.jpg);
background-repeat: no-repeat;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align: center;
}

.pagination{
/*width: 350px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
visibility: hidden;

padding-top: 0px;
}

.pagination a{
padding: 0 6px;
text-decoration: none; 
color: #000000; 
background: #CCCCCC;
}

.pagination a:hover, .pagination a.selected{
color: #CC3300;
background-color: #FFCC33;
}


