.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 716px;
height: 480px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 716px; /*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{
/*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
font-size: 11px;
padding:0;
margin:0;
float:left;
}

.pagination a{
padding: 3px 1px 2px 1px;
text-decoration: none; 
}

.pagination a.selected{
color: #FFF;
background-color: #960000;
}

.pagination a:hover {
color: #FF0000;
}
