.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px 1px 1px 0px solid #CCCCCC;
width: 730px; /*width of featured content slider*/
height: 350px;
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: 730px; /*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: 714px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #ffffff;
padding: 5px 10px;
font-size:11px;
margin-top:5px;
}

.pagination a{
display:block;
height:110px;
width:87px;
float:left;
margin-right:5px;
margin-bottom:5px;
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #ffffff;
border:#ffffff solid 1px;
}

.pagination a img{
border:#000000 solid 1px;
margin-top:5px}


.pagination a:hover {
color: #000;
background-color:#dae6f2;
border:#cccccc solid 1px;}


.pagination a.selected {background-color:#333333; border:#000000 solid 1px; color:#FFFFFF}


#vd1 {width:365px; float:left}
#vd2 {width:325px; float:left; padding-left:10px; padding-bottom:60px}
.vd3 {width:700px; height:320px; float:left}

