.rotatorwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 800px; /*width of featured content slider*/
height: 305px;
}

.rotatorwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #666666;
width: 800px; /*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;
}

.buttons{
width: 790px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding:5px;

text-align: center;
background: #000000;
}

.buttons a{
display:inline-table;
table-layout:fixed;
width:155px;
height:75px;
padding:5px;
text-decoration: none; 
color: #0099ff;
font-family:arial;
font-size:12px;
background-image: url(../rotator/button-up.jpg);
line-height:16px;
}

.buttons a:hover, .buttons a.selected{
background-image: url(../rotator/button-down.jpg);
color: #ffffff;
}
