#hero{
	display:block;
	height:158px;
	width:545px;
	position:relative;
	overflow:hidden;
	z-index:4;
	top:-2px;
	left:164px;
}
	#hero-controls{
		margin-top:-13px;
		float:right;
		width:60px;
	}
		#hero-controls a:link,
		#hero-controls a:visited{
			color:#00467f;
			text-decoration:none;
			float:left;
			padding:3px 0px;
			width:27px;
			height:36px;
			text-indent:-9999px;
			display:block;
		}
		#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/btn-hero-previous.png) no-repeat left 8px;
		}
		#hero-controls #hero-next-link{
			background:url(images/btn-hero-next.png) no-repeat right 8px;
		}
		#hero-paging{
			display:none;
		}
			#hero #hero-paging li{
				margin:0;
				background:none;
				display:inline;
				float:left;
			}
	#hero-descriptions{
		overflow:hidden;
		
	}
		.hero-description{
			padding:15px 0 0 25px;
			color:#fff;
			display:none;
			width:455px;
			float:right;
			overflow:hidden;
			font-weight:bold;
		}
			.hero-description h2{
				color:#fff2b5;
				line-height:1;
				font-size:38px;
			}
			.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{
	}
	#hero-images{
	}
		.hero-image{
		}


