.sliderwrapper{
position: center; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px white;
border-bottom-width: 6px;
width: 550px; /*width of featured content slider*/
height: 350px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: static; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #4E4E50;
width: 540px; /*width of content DIVs within slider. Total width should equal slider's inner width (600+5+5=610) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 570px; /*Width of pagination DIV. Total width should equal slider's outer width (600+5+5=610)*/
text-align: left;
background-color: #4E4E50;
padding: 10px 5px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #4E4E50;
background: #4E4E50;
}

.pagination a:hover, .pagination a.selected img{
border: 1px solid red;
}
