/* CSS for jQuery Orbit Plugin 1.2.2
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php


/* CONTAINER
   ================================================== */


   

     
#slideshow a,
	div.orbit a { display: block; }
	
/* If js if disabled they won't show up on page */
#slideshow img.featured2,
	#slideshow img.featured3,
		#slideshow img.featured4,
			#slideshow img.featured5,
				#slideshow img.featured6,
					#slideshow img.featured7,
						#slideshow img.featured8,
							#slideshow img.featured9,
								#slideshow img.featured10 {
									display: none;
								}

		
div.orbit-wrapper {
    width: 1px;
    height: 1px;
	margin: 0 auto;
    position: absolute;
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
}

div.orbit img {
    position: absolute;
    top: 0;
    left: 0; 
}

div.orbit a img {
    border: none;
}

.orbit div {
    position: absolute;
    top: 0;
    left: 0;
    width: 672px;
    height: 320px;
    display: none;
}

/* TIMER
   ================================================== */

div.timer {
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    bottom: 8px;
    left: 8px;
    opacity: .4;
    display: none; /* Remember to remove when not needed */
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: -12px;
    background: url(../images/orbit-rotator.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 12px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 24px;
    left: 0;
    background: url(../images/orbit-timer.png) repeat 0 0; }

span.pause {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/orbit-controls.png) no-repeat 0 0;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(../images/orbit-controls.png) no-repeat 0 -24px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS 
   ================================================== */
   
.orbit-caption {
    height: 310px;
    overflow: hidden;
    position: absolute;
    right: -193px;
    top: 8px;
    width: 190px;
    z-index: 3;
}	

.orbit-wrapper .orbit-caption {
    z-index: 1000;
}

/* If js if disabled they won't show up on page */
#slideshowCaptions #caption1,
	#slideshowCaptions #caption2,
		#slideshowCaptions #caption3,
			#slideshowCaptions	 #caption4,
				#slideshowCaptions #caption5,
					#slideshowCaptions #caption6,
						#slideshowCaptions #caption7,
							#slideshowCaptions #caption8,
								#slideshowCaptions #caption9,
									#slideshowCaptions #caption10 {
										display: none;
									}
		
#slideshowCaptions h2, .orbit-wrapper .orbit-caption h3 {
	margin-bottom: 16px;
}

#slideshowCaptions h2 a, .orbit-wrapper .orbit-caption h3 a {
	color: #fff;
}

#slideshowCaptions h2 a:hover, .orbit-wrapper .orbit-caption h3 a:hover {
	text-decoration: underline;
}

			
/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    bottom: 51px;
    display: block;
    height: 24px;
    position: absolute;
    right: -109px;
    width: 90px;
    z-index: 2000;
}

div.slider-nav span {
    width: 24px;
	height: 24px;
	background: url('../images/sprite-sliderControls.png') no-repeat scroll transparent;
    text-indent: -9999px;
    float: right;
    cursor: pointer; 
}

div.slider-nav span.left {
	background-position: 0 0;
	float: left;
}

div.slider-nav span.left:hover {
	background-position: 0 -24px;
}

div.slider-nav span.right {
	background-position: -24px 0;
}

div.slider-nav span.right:hover {
	background-position: -24px -24px;
}

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    bottom: 46px;
    padding: 0;
    position: absolute;
    right: -76px;
    z-index: 2000;
}

.orbit-bullets li {
	background:#ffffff;
    width: 6px;
	height: 6px;
	margin: 0 0 0 6px;
	border: 2px solid #fff;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden; 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.orbit-bullets li:first-child {
	margin: 0;
}
    
.orbit-bullets li:hover, .orbit-bullets li.active {
	border: 2px solid #000000;
    background-color: #000000;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.4, rgba(255, 255, 255, 0)), color-stop(0.7, rgba(255, 255, 255, 0.35)) );
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }