@charset "utf-8";

/* CONTAINER */
div.orbit { position: relative; overflow: hidden; }
div.orbit img { position: absolute; top: 0; left: 0; overflow:hidden;}

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right:10px; opacity: .6; cursor: pointer; z-index: 900; }
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; }



/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { }
div.slider-nav span {
	width: 59px;
	height: 59px;
	position: absolute;
	z-index: 900;
	bottom:12px;
	text-indent: -9999px;
	cursor: pointer;
}
 

div.slider-nav span.right {
	background: url('../images/right-arrow.png');
	right: 0px;
}
div.slider-nav span.left {
	background: url('../images/left-arrow.png');
	right: 79px;
}   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 900; list-style: none; bottom: 28px; right:20px; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 7px; cursor: pointer; color: #999; text-indent: -9999px; background: url(../images/bullets.gif) no-repeat; 0 0; width: 12px; height: 12px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -14px 0; }


.banner-content {
	width:1024px;
	height:380px;
	background:url(../images/banner-gradint.jpg) repeat-x;
	padding:0px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


