.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	}
	
	.hero-carousel article {
		width: 1176px;
		margin: 0 auto;
		height: 450px;
		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;
			z-index: 2;
			top: 72px;
			left: 48px;
			list-style: none;
			color: #000;
			width: 556px;
			padding: 20px;
			
			background: rgba(255,255,255,0.8);
			-pie-background: rgba(255,255,255,0.8);
			
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			
			behavior: url(/assets/PIE.htc);
			}
	
		.hero-carousel-nav {
			width: 1134px;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left:-588px;
			z-index: 2;
			height:448px;
			display:block;
			}
			
			.hero-carousel-nav li {
				position: absolute;
				bottom: 0px;
				right: 0px;
				list-style: none;
				}
				
			.hero-carousel-nav li.prev {
				background: url("../img/left.png") no-repeat scroll 0 0 transparent;
				    height: 450px;
				    left: -910px;
				    top: -18px;
				    width: 910px;
				}
				
				.hero-carousel-nav li.next {
					right: -911px;
					top: -18px;
					background: url('../img/right.png') 0 0 no-repeat;
					width:910px;
					height:450px;
					}
				
			.hero-carousel-nav li a {
				color: #fff;
				border: none;
				outline: none;
				display: block;
				float: left;
				padding: 5px 20px;
				width:100%;
				height:100%;
				text-indent:-9999px;
				}
			
			.hero-carousel-nav li a:hover { 
				
				}
				
			.hero-carousel-nav li a:active,
			.hero-carousel-nav li a:focus { 
				border: none;
				outline: none;
				}