#featureimage {
	position: absolute;
	width: 100%;
	top: 0;
	height: 528px;
	overflow: hidden;
}
#featureimage div {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#featureimage img {
  width: 971px !important;
}

#contentnav {
	position: absolute;
	right: 20px;
	top: 24px;
	width: 210px;
	text-align: right;
}
.contentdotnav {
	height: 20px;
	position: absolute;
	right: 20px;
	text-align: right;
	background: url(../img/dotNavBg.png);
	background-repeat: no-repeat;
}
#featurecontent a#link {
	position: relative;
	display: block;
	background: url(../img/link_arrow.gif) no-repeat scroll 0 12px;
	padding: 0 0 0 10px;
}
#featurecontent #text {
	width: 550px;
}
#featurecontent .contentnavlink {
	width: 96px;
	padding: 0px 0px 5px 5px;
	display: inline-block
}
#featurecontent #contentnav a img {
	border: 1px solid #F0AB00;
}
#toggleplay {
	float: right;
	position: relative;
	z-index: 1;
	margin: 10px 48px 0 0;
}
#pause {
	position: absolute;
	background: url(../img/pause.png) no-repeat scroll 0 0 transparent;
	height: 28px;
	width: 27px;
}
#pause:hover {
	position: absolute;
	background-position: bottom left;
}
#play {
	position: absolute;
	background: url(../img/play.png) no-repeat scroll 0 0 transparent;
	height: 28px;
	width: 27px;
}
#play:hover {
	position: absolute;
	background-position: bottom left;
}
#header #featurecontent {
	overflow: hidden;
	top: 257px;
	width: 971px;
	height: 164px;
}
.dotnav-next {
	float: left;
	width: 10px;
	height: 11px;
	background: url(../img/dotNav.png);
	background-repeat: no-repeat;
	margin: 0 0 0 6px;
	cursor: pointer;
}
.dotnav-next-dim {
	float: left;
	width: 10px;
	height: 11px;
	background: url(../img/dotNav.png);
	background-position: 0px -14px;
	background-repeat: no-repeat;
	margin: 0 0 0 6px;
}
.dotnav-previous {
	float: left;
	width: 10px;
	height: 11px;
	background: url(../img/dotNav.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.dotnav-previous-dim {
	float: left;
	width: 10px;
	height: 11px;
	background: url(../img/dotNav.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	margin: 0 10px 0 0;
}
.nav-dot-notactive {
	float: left;
	width: 14px;
	height: 12px;
	background: url(../img/dotNav.png);
	background-position: 0 -73px;
	background-repeat: no-repeat;
	margin: 0;
}
.nav-dot-notactive:hover {
	float: left;
	width: 14px;
	height: 12px;
	background: url(../img/dotNav.png);
	background-repeat: no-repeat;
	background-position: 0 -83px;
	margin: 0;
}
.nav-dot-active {
	float: left;
	width: 14px;
	height: 13px;
	background: url(../img/dotNav.png);
	background-position: 0 -61px;
	background-repeat: no-repeat;
	margin: 0;
}
#nav-dot-container {
	position: absolute;
	top: 4px;
}