.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 906px; /*width of featured content slider*/
height: 282px;
}



.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #f3f5fb;
width: 906px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 282px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 901px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
height:17px;
margin:0px 0px 0px 0px;
padding:6px 5px 0px 0px;
}

.pagination a{
margin-left:2px;
padding: 2px 8px 2px 8px;
background-color:#ccc7d1;
text-decoration: none; 
color: #ffffff;
font-size:11px;
font-weight:bold;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color:#8564a7;
}

.slide1 {
    background-image:url(images/slide1.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    width:476px;
    height:257px;
    padding:183px 25px 0px 405px;
    line-height:20px;
    color:#000000;
}
.slide1 a {color:#000000;}
.slide1 a:hover {color:#009ddc;}
