#spotlight{
filter:light
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0em solid white;
border-bottom-width: 0em;
width: 100%; /*width of featured content slider*/
height: 100%;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0.0em;
background: white;
width: 100%; /*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;
}

.pagination{
width: 29.6em; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: red;
padding: 0.37em 0.74em;
}

.pagination a{
padding: 0 0.37em;
text-decoration: none; 
color: #00007D;
background: url('../images/menuactive.png') repeat-x top
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: url('../images/menuinactive.png') repeat-x top
}

#slider4{
margin-left: 0em
height: 100%;
width: 100%;
border: 0em black;
}

#slider7{
margin-left: 0px;
height: 245px
}

#slider5{
border-color: black;
margin-left: 0px;
height: 350px;
width: 342px;
border: 2px solid darkred;
}

#paginate-slider5{
background-color: white;
border-color: black;
margin-left: 0px;
}

#paginate-slider5 a img{
width: 80px;
height: 60px;
border: 2px solid black;
margin-top: 5px;
}

#paginate-slider5 a img:hover, #paginate-slider5 a.selected img{
border: 2px solid darkred;
}

#slider6{
border-color: white;
margin-left: 0px;
height: 470px;
width:640px;
border: 2px solid darkred;
}

#paginate-slider6{
background-color: white;
border-color: black;
margin-left: 0px;
}

#paginate-slider6 a img{
width: 80px;
height: 60px;
border: 2px solid black;
margin-top: 10px;
}

#paginate-slider6 a img:hover, #paginate-slider6 a.selected img{
border: 2px solid darkred;
}


