.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 800px; /*width of featured content slider*/
height: 340px;
float: left;
background-image:url(images/site/front.jpg);
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
overflow: auto;
left: 20px;  /*leave as is*/
top: 20px;  /*leave as is*/
padding: none;
background-color:white;
width: 760px; /*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;
}

.sliderwrapper .contentdiv img{float:left; padding-right:20px;}

.pagination{
width: 780px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
padding: 5px 10px;
float: left;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
}

.pagination a:hover{
color: #000;
}

.pagination a.selected{
color: navy;
font-weight:bold;
}
