#hero{
	display:block;
	height:119px;
	width:930px;
	position:relative;
	overflow:hidden;
}
	#hero-controls{
		position:absolute;
		z-index:11;
		top:93px;
		left:15px;
		text-transform:uppercase;
		font-size:12px;
		font-weight: bold;
	}
		#hero-controls a:link,
		#hero-controls a:visited{
			color:#00467f;
			text-decoration:none;
			float:left;
			padding:3px 10px;
		}
		body#testv2 #hero-controls a:link,
		body#testv2 #hero-controls a:visited{
			color:#fff;
			text-decoration:none;
			float:left;
			padding:3px 10px;
		}
		#hero-controls a:hover,
		#hero-controls a:active{
			color:#00467f;
			text-decoration:underline;
		}
		#hero-controls .current a:link,
		#hero-controls .current a:visited,
		#hero-controls .current a:hover,
		#hero-controls .current a:active{
			text-decoration:underline;
		}
		#hero-controls #hero-prev-link{
			background:url(images/icon-arrow-left.gif) no-repeat left 8px;
		}
		#hero-controls #hero-next-link{
			background:url(images/icon-arrow-right.gif) no-repeat right 8px;
		}
		#hero-paging{
			margin:0;
			float:left;
		}
			#hero #hero-paging li{
				margin:0;
				background:none;
				display:inline;
				float:left;
			}
	#hero-descriptions{
		position:absolute;
		z-index:10;
		width:420px;
	}
		.hero-description{
			padding:10px 0 0 15px;
			color:#fff;
			position:absolute;
			display:none;
			width:450px;
		}
		.hero-description p{
			margin-bottom:1px;
		}
			.hero-description h1,
			.hero-description h2,
			.hero-description h3,
			.hero-description h4{
				color:#00467f;
				line-height:1;
			}
			body#testv2 .hero-description h1,
			body#testv2 .hero-description h2,
			body#testv2 .hero-description h3,
			body#testv2 .hero-description h4{
				color:#fff;
				line-height:1;
			}
			.hero-description a:link,
			.hero-description a:visited{
				color:#fff;
				font-weight: bold;
			}
			.hero-description a:hover,
			.hero-description a:active{
				color:#00467F;
			}
	#hero-divider{
		width:584px;
		height:238px;
		background:url(images/hero-middle-bg.png) no-repeat left top;
		position:absolute;
		z-index:9;
	}
	body#testv2 #hero-divider{
		width:584px;
		height:238px;
		background:url(images/hero-middle-bg-v2.png) no-repeat left top;
		position:absolute;
		z-index:9;
	}
	#hero-images{
		position:absolute;
		z-index:8;
		left:474px;
	}
		.hero-image{
			position:absolute;
			display:none;
		}


