
#slider1, #slider3{
width: 465px;
height: 230px;
}
 
#slider1 .contentdiv, #slider3 .contentdiv{
width: 465px;
}
 
#paginate-slider1, #paginate-slider3{
width: 465px;
}
 
#slider2, #slider4{
border-color: darkred;
height: 220px;
border: 1px solid #000;
}
 
 
#paginate-slider2, #paginateslider4{
background-color: darkred;
border-color: darkred;
}
 
 
#paginateslider4 a img{
width: 45px;
height: 45px;
}
 
#paginate-slider2 a:hover, #paginate-slider2 a.selected{
background-color: yellow;
}
 
#paginateslider4 a img:hover, #paginateslider4 a.selected img{
border: 1px solid #000;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 465px; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 465px; /*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=10);
-moz-opacity: 0;
opacity: 0;
}

.pagination{
width: 465px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
}

.pagination a{
border-top:solid 1px #ffffff;
}

.pagination a:hover, .pagination a.selected{
background-color:#ff0000;
}