/* Content Slider */

.sliderwrapper{

position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 860px; /*width of featured content slider*/
height: 270px;
margin: 0; padding: 0;
clear: both;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top:0;  /*leave as is*/
background-color:#292c35;
width: 860px; height: 270px; margin: 0; padding: 0;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
margin-top: 40px;
margin: 0;
padding: 0;
}

.pagination a{
font-family:Arial, Helvetica, sans-serif; margin-top: 42px;
background-color:#26282e; text-decoration: none; color:#666; height: 28px; line-height: 28px; padding: 0 10px 0 10px;  font-size: 12px; display: block; float:left; text-align: center; outline: none; margin-left: 1px;
}

.pagination a:hover, .pagination a.selected{
color: #999;
background-color: #393c45;
}