.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 48px;
	}
	
	.hero-carousel article {
		width: 996px;
		margin: 0 auto;
		height: 249px;
		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: 48px;
			left: 449px;
			list-style: none;
			color: #000;
			width: 449px;
			padding: 20px;
			
			background: rgba(255,255,255,0.8);
			-pie-background: rgba(255,255,255,0.8);
			
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
			
			behavior: url(../assets/PIE.htc)/*tpa=http://www.kordz.com/assets/PIE.htc*/;
			}
	
		.hero-carousel-nav {
			width: 996px;
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -498px;
			z-index: 2;
			}
			
			.hero-carousel-nav li {
				position: absolute;
				bottom: 75px;
				right: 8px;
				list-style: none;
				}
				
			.hero-carousel-nav li.prev {
				left: 8px;
				right: auto;
				}
				
			.hero-carousel-nav li a {
				background: rgba(255,255,255,0.25);
				color: #fff;
				border: none;
				outline: none;
				display: block;
				float: left;
				padding: 5px 10px;
				text-decoration: none;
				
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				border-radius: 20px;
				behavior: url(../assets/PIE.htc)/*tpa=http://www.kordz.com/assets/PIE.htc*/;
				}
			
			.hero-carousel-nav li a:hover { 
				background: white;
				color: #888;
				}
				
			.hero-carousel-nav li a:active,
			.hero-carousel-nav li a:focus { 
				border: none;
				outline: none;
				}