.hero {
	width: 100%;
	position: relative;
	left: 0px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	font-size: 12px;
	}
	
	.hero-carousel article {
		width: 2000px;
		margin: 0 auto;
		height: 500px;
		display: block;
		float: left;
		position: relative;
		}
				
	.hero-carousel-container article {
		float: left;
	}
	
		.hero-carousel article img{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
			
		.hero-carousel article .contents {
			position: relative;
			width: 292px;
			z-index: 2;
			left: 700px;
			bottom: 0px;
			text-align: left;
			list-style: none;
			color: #ffffff;
			width: 458px;
			padding: 5px 0px 5px 30px;
			font-size: 30px;
		}
	
		.hero-carousel-nav {
			width: 500px;
			position: absolute;
			bottom: -50px;
			visibility: hidden;
			left: 50%;
			margin-left: -400px;
			z-index: 2;
		}
			
			.hero-carousel-nav li {
				position: absolute;
				bottom: 48px;
				right: 68px;
				list-style: none;
			}
				
			.hero-carousel-nav li.prev {
				left: 30px;
				right: auto;
			}
				
			.hero-carousel-nav li a {
				background: #D21034;
				color: #fff;
				border: none;
				outline: none;
				display: block;
				float: left;
				padding: 5px 10px;
				text-decoration: none;
				
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}
			
			.hero-carousel-nav li a:hover { 
				background: #89051C;
			}
				
			.hero-carousel-nav li a:active,
			.hero-carousel-nav li a:focus { 
				border: none;
				outline: none;
			}