#featured{
	margin-left:36px;
height:311px;
	width:920px;
	background:url(../images/bg_featured.png) left bottom no-repeat;
	padding:0 0 16px 0;
	}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:920px; /*width of featured content slider*/
	height:247px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width:917px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 247px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
width:920px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
height:64px;
}
.pagination li{
float:left;
height:64px;
width:184px;
font-size:16px;
line-height:20px;
	}
.pagination a{
height:54px;
width:184px;
padding:10px 0 0 0;
display:block;
color:#b4d2e0;
background:url(../images/bg_featuredli.png) 0 0 no-repeat;
}
.pagination .first a{
	background:url(../images/bg_featuredlifirst.png) 0 0 no-repeat;
	}
.pagination .first a:hover,.pagination .first a.selected{
	background:url(../images/bg_featuredlifirst.png) 0 -64px no-repeat;
	}
.pagination a:hover, .pagination a.selected{
color: #fff;
background:url(../images/bg_featuredli.png) 0 -64px no-repeat;
text-decoration:none;
}
.pagination .last a{
	background:url(../images/bg_featuredlilast.png) 0 0 no-repeat;
	}
.pagination .last a:hover,.pagination .last a.selected{
	background:url(../images/bg_featuredlilast.png) 0 -64px no-repeat;
	}
.videobox{
	width:100%;
	overflow:hidden;
	}
.videobox_left{
	float:left;
	width:440px;
	}
.videobox_right{
	float:right;
	width:448px;
	padding:43px 0 0 0;
	}
.videobox_right h2{
	font-size:18px;
	color:#144f75;
	font-weight:normal;
	padding:0 0 6px 0;
	}
.videobox_right p{
	width:300px;
	font-size:11px;
	line-height:16px;
	padding-bottom:20px;
	}
.sliderwrapper .formbox{
	padding-left:0;
	position:absolute;
	left:476px;
	top:159px;
	width:445px;
	height:50px;
	z-index:99999;
	}
.sliderwrapper .formbox  h5{
	
	margin-top:-6px;
	}
