.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -20px;
	
	}
	
	.hero-carousel article {
		width: 980px;
		margin: 0 auto;
		height: 400px;
		display: block;
		float: left;
		position: relative;
		font-family:Lato, Calibri, Arial, sans-serif;
	
		
		
	    
		
		}
				
	.hero-carousel-container article {
		
		float: left;
		
		
		}
	
		.hero-carousel article img{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			
			
			
			}
			
		.hero .hero-carousel article .contents h1 {
	font-size: 36px;
	color: #666;
	
}

.hero .hero-carousel article .contents p {
	font-size: 24px;
	color:#333;
	
	
	
}
			
		.hero-carousel article .contents {
			position: relative;
			z-index: 2;
			top: 30px;
			left: 30px;
			list-style: none;
			color: #000;
			width: 400px;
			padding: 10px;
			text-align:center;
			
			
			
			
			background: rgba(255,255,255,0.5);
			-pie-background: rgba(255,255,255,0.5);
			
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border-radius: 20px;
			
						
			behavior: url(/assets/PIE.htc);
			}
	
		.hero-carousel-nav {
			width: 980px;
			position: absolute;
			bottom: 0;
			
			left: 50%;
			margin-left: -510px;
			z-index: 2;
			
			}
			
			
			
			.hero-carousel-nav li {
				position: absolute;
				bottom: 20px;
				right: 50px;
				list-style: none;
				
				}
				
			.hero-carousel-nav li.prev {
				left: 48px;
				right: auto;
				}
				
			.hero-carousel-nav li a {
				width:50px;
				/*background: #00742B;*/
				background-image:url(../banner/nav.png);
				color: #fff;
				border: none;
				outline: none;
				display: block;
				float: center;
				padding: 15px 35px;
				
				
				-moz-border-radius: 20px;
				-webkit-border-radius: 20px;
				border-radius: 0px;
				behavior: url(/assets/PIE.htc);
				}
			
			.hero-carousel-nav li a:hover { 
				/*background: #666;*/
				background-image:url(../banner/nav2.png);
				}
				
			.hero-carousel-nav li a:active,
			.hero-carousel-nav li a:focus { 
				border: none;
				outline: none;
				opacity: 0.8;
				}