/*-----------------*/
#container{  border:0px solid #999; width:902px; height:100%;}
#first{ float:left; clear:left; border:0px solid #999; width:297px; height:192px; padding-right:5px;}
#second{ float:left; border:0px solid #999; width:297px; height:192px; padding-right:5px;}
#third{ float:left; border:0px solid #999; width:295px; height:192px;}
.third{ background-image:url(../images/banner_297x192.jpg); background-repeat:no-repeat; width:297px; height:192px;}
#vmarquee{ font-family:Arial, Helvetica, sans-serif; font-size:8pt; padding:0px; margin-top:0px; width:280px;}
#vmarquee h3{ font-family:Arial, Helvetica, sans-serif; font-size:11pt; padding-bottom:0px;}

#container1{  border:0px solid #999; width:902px; height:100%;}
#first1{ float:left; clear:left; border:0px solid #999; width:297px; height:192px; padding-right:5px;}
#second1{ float:left; border:0px solid #999; width:297px; height:192px; padding-right:5px;}
#third1{ float:left; border:0px solid #999; width:295px; height:192px;}

#container2{  border:0px solid #999; width:902px; height:100%;}
#first2{ float:left; clear:left; border:0px solid #999; width:297px; height:192px; padding-right:5px;}
#second2{ float:left; border:0px solid #999; width:297px; height:192px; padding-right:5px;}
#third2{ float:left; border:0px solid #999; width:297px; height:192px;}

/*-----------------*/


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 0px solid navy;*/
border-bottom-width: 6px;
width: 280px; /*width of featured content slider*/
height: 150px;
font-family:Arial, Helvetica, sans-serif; font-size:10px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-left: 5px;
/*background: white;*/
width: 270px; /*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;*/
}
.contentdiv a:link, a:visited{
color: #606060; text-decoration:none;
}
.contentdiv a:hover, .contentdiv a.selected{
color: #3d69ad;
/*background-color: #FEE496;*/
}

.pagination{
width: 270px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color:#3d79ad;*/
padding: 0px 10px;
font-family:Arial, Helvetica, sans-serif; font-size:10px;
}

.pagination a{
padding: 0 3px;
/*text-decoration: none; */
color: #00007D;
color: #3d69ad;
/*background: white;*/
}

.pagination a:hover, .pagination a.selected{
color: #606060;
background-color: #FEE496; text-decoration:underline;
}