.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 48px;
}
.hero-carousel div {
	width:770px;
	margin:0 auto;
	height:590px;
	display: block;
	float: left;
	position: relative;
	overflow:hidden;
	margin-top:0px;
}
.hero-carousel-container div{
	float: left;
}
.hero-carousel div img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.hero-carousel-nav {
	width: 960px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}
.hero-carousel-nav li {
	position: absolute;
	bottom: 48px;
	right: 48px;
	list-style: none;
}
.hero-carousel-nav li.prev {
	left: 48px;
	right: auto;
}
.hero-carousel-nav li a {
	background: #D21034;
	color: #fff;
	border: none;
	outline: none;
	display: block;
	float: left;
	padding: 5px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(/assets/PIE.htc);
}
.hero-carousel-nav li a:hover { 
	background: #89051C;
}
.hero-carousel-nav li a:active,
.hero-carousel-nav li a:focus { 
	border: none;
	outline: none;
}
