.sliderwrapper img {border:none; padding:0;}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #261d0a;
width: 570px; /*width of featured content slider*/
height: 280px;
z-index:1;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #261d0a;
width: 570px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
z-index:2;
}

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #261d0a;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
padding: 5px 10px 10px 0;

}

.pagination a{
padding: 4px;
text-decoration: none; 
color: #2e959b;
text-transform:uppercase;
background: #191307;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #2e959b;
}
