.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #D7D7D7;
width: 550px; /*width of featured content slider*/
height: 170px;
margin-left:60px;
margin-top:30px;
}



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


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


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


.pagination a{
font-family: Arial;
font-size:12px;
font-weight:normal;
padding: 0 5px;
text-decoration: none; 
color: #000;
background: white;
line-height:20px;
border:1px solid #999;
}

.pagination a:hover, .pagination a.selected{
font-family: Arial;
font-size:12px;
font-weight:normal;
padding: 0 5px;
text-decoration: none; 
color: #fff;
background: #448504;
}


.pagination .prev{
background:#333;
color:#fff;
}

.pagination .next{
background:#333;
color:#fff;
}