.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px dashed #ff00cc;
width: 300px; /*width of featured content slide, was 400r*/
height: 300px;
float:left;
top: 56px;
left: 30px;
}



.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: white;
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border: 0px dashed #00ff00;
text-align:center;
color: #000000;
}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding: 0 0 0 10px;
float: left;
height: 250px;
margin: 0 0 10px 10px;
border-left: 0px solid #e7e7e7;
color: #000000;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #fff;
border-bottom: 0px solid #999999;
float: left;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
}



