.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 290px; /*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*/
padding: 0px;
background: white;
width: 290px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


#slider4{
border-color: darkred;
margin-left: 0px;
height: 200px
}


#paginate-slider4{
background-color: darkred;
border-color: darkred;
margin-right: 5px;
margin-bottom: 5px;
float:right;
}

#paginate-slider4 a {
display:block;
float:left;

}
#paginate-slider4 #slide1-home {
cursor:pointer; height:12px;margin-left:3px;padding:1px 5px;float:left;background: url(../img/dot_bg2.jpg) repeat-x bottom;display:block;border:1px solid #C5CA87;font:bold 10px/100% arial;

}
#paginate-slider4 #slide1-home.selected {
background:url(../img/dot_bg1.jpg) repeat-x bottom; border:1px solid #85C9B2;
}
#paginate-slider4 #slide2-home {
cursor:pointer; height:12px;margin-left:3px;padding:1px 5px;float:left;background: url(../img/dot_bg2.jpg) repeat-x bottom;display:block;border:1px solid #C5CA87;font:bold 10px/100% arial;

}
#paginate-slider4 #slide2-home.selected {
background:url(../img/dot_bg1.jpg) repeat-x bottom; border:1px solid #85C9B2;

}
#paginate-slider4 #slide3-home {
cursor:pointer; height:12px;margin-left:3px;padding:1px 5px;float:left;background: url(../img/dot_bg2.jpg) repeat-x bottom;display:block;border:1px solid #C5CA87;font:bold 10px/100% arial;

}
#paginate-slider4 #slide3-home.selected {
background:url(../img/dot_bg1.jpg) repeat-x bottom; border:1px solid #85C9B2;
}


#paginate-slider4 #slide4-home {
cursor:pointer; height:12px;margin-left:3px;padding:1px 5px;float:left;background: url(../img/dot_bg2.jpg) repeat-x bottom;display:block;border:1px solid #C5CA87;font:bold 10px/100% arial;

}
#paginate-slider4 #slide4-home.selected {
background:url(../img/dot_bg1.jpg) repeat-x bottom; border:1px solid #85C9B2;
}


#paginate-slider4 #slide5-home {
cursor:pointer; height:12px;margin-left:3px;padding:1px 5px;float:left;background: url(../img/dot_bg2.jpg) repeat-x bottom;display:block;border:1px solid #C5CA87;font:bold 10px/100% arial;

}
#paginate-slider4 #slide5-home.selected {
background:url(../img/dot_bg1.jpg) repeat-x bottom; border:1px solid #85C9B2;
}


.itemViewerNav{text-align:right;padding-top:15px;float:right;}
.itemViewerNav span
{cursor:pointer; height:12px;margin-left:3px;padding:1px 5px;float:left;background: url(../img/dot_bg2.jpg) repeat-x bottom;display:block;border:1px solid #C5CA87;font:bold 10px/100% arial;
}
.itemViewerNav span.current
{background:url(../img/dot_bg1.jpg) repeat-x bottom; border:1px solid #85C9B2;}
