#MainPlayer{
	float: left;
	height: 468px;
	width: 100%;
	border-bottom: 3px solid #b7924e;
	margin-bottom: 40px;
	overflow: visible;
}
#MainPlayer img{
	width: 100%;
	height: 468px;
	max-width: 1920px;
}

@media all and (min-width: 1180px) and (max-width: 1280px) {
	#MainPlayer {
		height: 315px !important;
	}
	#MainPlayer img {
		height: 315px !important;
	}
}

@media all and (max-width: 1180px) {
	#MainPlayer {
		width: 100%;
		height: 290px;
	}

	#MainPlayer img {
		width: 100%;
		height: 290px;
	}
}

/* CONTAINER */
div.orbit { width: 1px; height: 1px; position: relative;  overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 0px; height: 0px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 1001; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('../images/rotator-black.png') no-repeat; z-index: 3; }
span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
span.rotator.move { left: 0; }
span.mask.move { width: 40px; left: 0; background: url('../images/timer-black.png') repeat 0px 0px;  }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('../images/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
div.timer:hover span.pause,
span.pause.active, 
div.timer:hover span.pause.active { opacity: 1; }

/* CAPTIONS */
div.caption { background: #000; background: rgba(0,0,0,.6); width: 100%; z-index: 1000; position: absolute; bottom:-100px; color: #fff; padding: 8px 0; }
div.caption span { padding: 0 10px; font-size: 14px; text-shadow: 0px 1px 0px rgba(0,0,0,.8); margin: 0; }
.orbit-caption { display: none; }

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: none; }
div.slider-nav span { width: 26px; height: 72px; text-indent: -9999px; position: absolute; z-index: 1000; top: 35%; cursor: pointer; font-size: 0px; }
div.slider-nav span.right { background: url('../images/arrow2.png') right; right: 10%; }
div.slider-nav span.left { background: url('../images/arrow2.png'); left: 10%; }   

/* BULLET NAV */
.orbit-bullets {
	position: absolute;
	list-style: none;
	bottom: -30px;
	left: 47.5%;
	margin: 0;
	padding: 0;
	min-width: 200px;
}
.orbit-bullets li {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	color: #999;
	text-indent: -99999px;
	background: #999;
	width: 13px;
	height: 13px;
	overflow: hidden;
	border-radius: 10px;
}

.orbit-bullets li.active { background: #b7924e; }