/* CONTAINER */
div.orbit { 
	width: 1px; 
	height: 1px; 
	position: relative; 
	/*-moz-box-shadow: 0 0 10px rgba(0,0,0,.25); 
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);  */
	overflow: hidden; 
}
div.orbit img { position: absolute; top: 0; left: 0; }
div.orbit a img { border: none; }

/* TIMER */
div.timer { width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; left:10px; opacity: .6; cursor: pointer; z-index: 100; }
span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('../images/orbit/rotator-white.png') no-repeat; 
z-index: 3; 
_display:none; /*IE 6 Fix*/
}

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/orbit/timer-white.png') repeat 0px 0px; _background:none; /*IE 6 Fix*/ }
span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0px; background: url('../images/orbit/pause-white.png') no-repeat; z-index: 4; opacity: 0; _display:none; /*IE 6 Fix*/}
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: 101; position: absolute; bottom:-130px; left: 0px; color: #fff; padding: 8px 10px; text-align: left; }
div.caption span { padding: 0 10px; font-size: 16px; text-shadow: 0px 1px 1px 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: 33px; height: 33px; text-indent: -9999px; position: absolute; z-index: 100; top: 85%; cursor: pointer; }
div.slider-nav span.right { background: url('../images/orbit/right-arrow.png'); left: 50px; _background:none; /*IE 6 Fix*/}
div.slider-nav span.left { background: url('../images/orbit/left-arrow.png'); left: 10px; _background:none; /*IE 6 Fix*/ }   

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

/*container for slideshow*/
#featured { 
	/*background: url('../images/orbit/loading.gif') no-repeat center center; */
	overflow: hidden; 
	margin: 0;
	padding: 0;
	z-index: 1;
	_margin-top: -60px;
}
