﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px black;
border-bottom-width: 6px;
vertical-align:top;
width: 350px; /*width of featured content slider*/
height: 270px;
}


.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:black;
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
width: 350px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color:black;
padding: 5px 5px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #000000;
background:black;

}

.pagination a:hover, .pagination a.selected, .pagination a.visited{
color: #00000;
background-color: #CC0000;
}