.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0;
width: 948px; /*width of featured content slider*/
height: 240px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0;
width: 948px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 240px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 948px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:84px;
background-color:#d2d4d5;
border:0;
border-top:1px #7f878c solid;
padding:0;
}


.pagination a{
padding:1px 1px 0 5px;
text-decoration: none; 
display:block;width:310px;height:79px;background:url(../i/pag1.gif) no-repeat center;float:left;font-size:9px;color:#929292;
}

.pagination a.pag2{
padding:1px 1px 0 5px;
text-decoration: none; 
display:block;width:310px;height:79px;background:url(../i/pag2.gif) no-repeat center;float:left;font-size:9px;color:#929292;
}

.pagination a.pag3{
padding:1px 1px 0 5px;
text-decoration: none; 
display:block;width:310px;height:79px;background:url(../i/pag3.gif) no-repeat center;float:left;font-size:9px;color:#929292;
}

.pagination a:hover, .pagination a.selected, a.pag2:hover, .pagination a.pag2 a.selected{
color: #000;
}



.innerpag{display:block;margin:43px 9px 3px 7px;}
.pag2{display:block;width:310px;height:79px;background:url(../i/pag1.gif) no-repeat;float:left;}
.pag3{display:block;width:310px;height:79px;background:url(../i/pag1.gif) no-repeat;float:left;}