.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 300px; /*width of featured content slider*/
height: 250px;
}



.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: 300px; /*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;
float:left;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


/*Additional CSS for demos*/

#slider1, #slider3{
width: 350px;
height: 230px;
}

#slider1 .contentdiv, #slider3 .contentdiv{
width: 340px;
}

#paginate-slider1, #paginate-slider3{
width: 350px;
}

#slider2, #slider4{
border-color: #fff;
border:10px solid #fff;
height: 255px;
float :left;
width: 310px;
background: #fff;
}


#paginate-slider2, #paginate-slider4{
background-color: #fff;
margin-left: 0px;
width: 318px;
float :right;
margin: 0px 10px 0px 0px;
padding: 10px;
height: 255px;
}


#paginate-slider4 a img{
width: 100px;
height: 80px;
border: 2px solid gray;
margin: 0px 2px 2px 0px;
float :left;
}

#paginate-slider2 a:hover, #paginate-slider2 a.selected{
background-color: #0092dd;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #0092dd;
}
