.sliderwrapper{
position: relative; /*leave as is*/
owerflow: hidden;
border: 10px solid #e7e7e7;
border-bottom-width: 6px;
width: 650px; /*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*/
padding: 0px;
background: #f7f7f7;
width: 632px; /*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: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #e7e7e7;
padding: 5px 10px;
border-top: 1px solid #c7c7c7;
}

.pagination a{
padding: 5px;
text-decoration: none; 
color: #000000;
background: #f7f7f7;
}

.pagination a.selected{
color: #000;
background-color: #c7c7c7;
height: 50px;
}

.pagination a:hover{
color: #000;
background-color: #d7d7d7;
height: 50px;
}
