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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 810px; /*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: 810px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-image: url(web/Pictures/index3/controller_back.jpg);
padding:5px 0 5px 0;
}

.pagination a{
font-family: Tahoma;
font-size:12px;
font-weight:bold;
padding:6px 33px 4px 33px;
text-decoration: none; 
color: #e2e86f;
}

.pagination a:hover, .pagination a.selected{
color:#FFF;
font-weight:bold;
background-color: #333333;
background-image: url(web/Pictures/index3/controller_back2.jpg);
}