.sliderwrapper{
float:left;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 622px; /*width of featured content slider*/
height: 358px;
border:0px solid #F00;
}

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

.paginationSlide{
width: 402px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:358px;
float:left;
overflow:hidden;
border:0px solid #F00;
}

.paginationSlide a{
text-decoration: none; 
color:#ccc;
width:352px;
height:92px;
float:left;
padding:17px 20px 10px 30px;
overflow:hidden;
line-height:20px;
border-bottom:1px solid #444;
background:#1a1a1a;
}

.paginationSlide a:hover, .paginationSlide a.selected{
width:352px;
color:#FFF;
text-decoration: none; 
padding:17px 20px 10px 30px;
background:#444;
}
