﻿.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 48px;
	}
	
	.hero-carousel article {
		width: 980px;
		margin: 0 auto;
		height: 480px;
		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: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2; margin:0;
			}
			
			.hero-carousel-nav li {
				background-color: rgba(255, 255, 255, 0.75);
    display: block;
    height: 340px;
    position: absolute;
    top: 0;
    width: 50%;				}
				
			.hero-carousel-nav li.prev {
				left: -500px;
				}
			.hero-carousel-nav li.next {
				right: -500px;
				}
			.hero-carousel-nav li span { opacity:0.3; height:134px; width:55px; display:block; position:absolute; top:50%; margin-top:-67px; background-image:url('../../template/default/img/next-prev.png'); }
			.hero-carousel-nav li.prev span{ background-position:-55px 0; right:20px; }
			.hero-carousel-nav li.next span{ left:20px; }
			.hero-carousel-nav li a {
			height:100%;
			width:100%; display:block
				}
			
			.hero-carousel-nav li a:hover { 
				}
				
			.hero-carousel-nav li a:active,
			.hero-carousel-nav li a:focus { 
				border: none;
				outline: none;
				}