/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Hero Area
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.heroArea {
	width: 996px;
	height: 600px;
	position: absolute;
	/* z-index: -10; */
}

.heroMarquee {
	width: 1280px;
	height:	600px;
	left: -142px;
	position: absolute;
	/* z-index: -11; */
	overflow: hidden;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Marquee Planes
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.planeContainer {
	width: 1280px;
	height: 519px;
	position: absolute;
}

.planeLevel {
	width: 1280px;
	height: 519px;
	position: absolute;
}

.planeButton {
	width: 10px;
	height: 30px;
	cursor: pointer;
	*cursor: hand;
	position: absolute;
}

.marqueeVideoContainer {
	width: 512px;
    height: 288px;
    background-color: black;
    position: absolute;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Marquee Controller
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#heroMarqueeController {
	width: 10px;
	height: 30px;
	left: 363px;
	top: 600px;
	z-index: 10;
	position: absolute;
}

.marqueeButton {
	width: 30px;
	height: 36px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	*cursor: hand;
	zoom: 1;
	*display: inline;
	color: #FFF;
}

.selectedMarquee {
	background: gray;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	Pagination Arrows
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.paginationArrow {
	width: 50px;
	height: 50px;
	top: 140px;
	position: absolute;
	cursor: pointer;
	*cursor: hand;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	font-size: small;
}


#arrowLeft {
	left: 0px;
}

#arrowRight {
	left: 946px;
}

#smallPaginationArrowLeft {

}

#smallPaginationArrowRight {
	margin-right: 0px;
}

