.hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	}
	
.hero-carousel article {
	width: 1103px;
	margin: 0 auto;
	height: 334px;
	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-nav {
	width: 1020px;
	position: absolute;
	top: 128px;
	left: 0;
	z-index: 2;
}

.hero-carousel-nav li {
	position: absolute;
	right: 0px;
	width: 86px;
	height: 86px;
	list-style: none;
	display: block;
}

.hero-carousel-nav li.prev {
	left: 0;
}

.hero-carousel-nav li a {
	display: none;
	width: 86px;
	height: 86px;
	margin-left: 120px;
	background: url(../img/rotator/arrows.png) no-repeat;
}

.hero-carousel-nav li.prev a:hover {
	background-position: 0 -86px;
}

.hero-carousel-nav li.next a {
	background-position: -86px 0;
}

.hero-carousel-nav li.next a:hover {
	background-position: -86px -86px;
}

.hero:hover .hero-carousel-nav li a {
	display: block;
}

@media only screen and (max-width: 1260px) {

	.hero-carousel-nav {
		width: 100%;
	}

	.hero-carousel-nav li a {
		margin-left: 0 !important;
	}

	.hero-carousel-nav li.prev {
		left: 3% !important;
	}

	.hero-carousel-nav li.next {
		right: 3% !important;
	}
}