/* CSS Document */


#contentsliderdiv{
float:left;
width: 888px;
padding: 0px 0px 0px 0px;
background-image:url(/images/rotatormainbg.jpg);
background-repeat:no-repeat;

}



.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
border-bottom-width: 0px;
width: 888px; /*width of featured content slider*/
height: 253px;
z-index: 0;
float:left;

}



.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: 888px; /*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: 925px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px;

}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
background: transparent;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #FEE496;
}




#slider4{

margin-left: 0px;
padding-left:0px;
height: 253px;
float:left;
}

#paginate-slider4{
width: 37px;
float:left;

height: 253px;

}

#paginate-slider4 a img{
width: 10px;
height: 10px;
border: 1px solid black;
margin: 0px;
float:left;

}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid white;
}



#paginate{
background-color: darkred;
border-color: darkred;
margin-left: 0px;
width: 95px;
float:left;

}
