

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

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

.pagination{
width: 480px;
height: 21px;
text-align: left;
}

.pagination a{
font-weight: bold;
padding: 1px 5px;
text-decoration: none; 
color: #ffffff;
background: #933111;
letter-spacing: 0.1em;
}

.pagination a:hover, .pagination a.selected{
font-weight: bold;
color: #ffffff;
background-color: #000000;
}

