/* 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: 30px; right:30px; opacity: .6; cursor: pointer; z-index: 1001; display:none; }
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 {/* width: 100%;*/ z-index: 5; position: absolute; top:35px; left:80px; color: #fff; padding: 8px 0; text-transform:uppercase; }
div.caption span { padding: 0px; font-size: 25px; margin: 0px 0px 0px 0px; font-weight:bold; transition:all ease 0.3s; }
div.caption span a { text-decoration:none; }
.orbit-caption {display: none; }

/*.btn_slider{font-size:18px; font-weight:normal;text-transform:uppercase;
color:#fff; width:500px;height:40px; text-align:center;line-height:2.8; }*/

/* DIRECTIONAL NAV */
div.orbit:hover div.slider-nav { display: block; }
div.slider-nav { display: block;}
div.slider-nav span { width: 47px; height: 47px; text-indent: -9999px; position: absolute; z-index: 1000; top: 43%; cursor: pointer; }
div.slider-nav span.right { background: url('../images/right-arrow.png'); right: 30px; }
div.slider-nav span.left { background: url('../images/left-arrow.png'); left: 30px; }   

/* BULLET NAV */
.orbit-bullets { position: absolute; z-index: 1000; list-style: none; bottom: 10px; left: 35%; margin: 0; padding: 0; }
.orbit-bullets li { float: left; margin-left: 5px; cursor: pointer; color: #999; text-indent: -9999px; background: url(orbit/bullets.png) no-repeat;  width: 14px; height: 14px; overflow: hidden; }
.orbit-bullets li.active { color: #222; background-position: -14px 0; transition:all ease-in 0.3s; }

#featured { width: 1004px; /*height: 360px;*/ background: #fff url(orbit/loading.gif) no-repeat center center; overflow: hidden; /*float:left; */margin:4px auto; }
#featured img{ width:100%; height:100%; padding:0px;}
