.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #B4B4B4;
width: 422px; /*width of featured content slider*/
height: 130px;
margin-left:30px;
margin-top:10px;
}



.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: 422px; /*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: 422px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #959595;
padding: 5px 5px;
margin-left:30px;
height:20px;
}


.pagination a{

font-family: Arial;
font-size:12px;
font-weight:normal;
padding: 0 2px;
text-decoration: none; 
color: #000;
background: white;
line-height:20px;
border:1px solid #999;
}

.pagination a:hover, .pagination a.selected{
line-height:20px;
font-family: Arial;
font-size:12px;
font-weight:normal;
padding: 0 2px;
text-decoration: none; 
color: #fff;
background: #448504;
}


.pagination .prev{
background:#333;
color:#fff;
}

.pagination .next{
background:#333;
color:#fff;
}
