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

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

#featured { 
	width: 711px;
	height: 347px;
	position: relative;
/* 	z-index: 9999; */
}

.js #featured>img,  
     .js #featured>div,
     	.js #featured>a { display: none; }  /* Using Modernizr to detect js */

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

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

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

div.orbit a img {
    border: none;
}

#featured .content, .orbit .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 711px;
    height: 347px;
}

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

div.timer {
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    left: 536px;
    bottom: 24px;
    cursor: pointer;
    z-index: 9999; 
}

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

span.mask {
    width: 12px;
    height: 24px;
    display: block;
    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-timer24px.png) repeat 0 0; 
}

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

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

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

/* CAPTIONS 
   ================================================== */

.js #featuredCaptions { display: none; } /* Using Modernizr to detect js */
   
#featuredCaptions, .orbit-wrapper .orbit-caption {
	width: 711px;
	height: 86px;
	position: absolute;
	right: 0;
	bottom: 0;
}	

.orbit-wrapper .orbit-caption {
	background: rgba(37, 160, 195, 0.9) none;
    bottom: 0;
    height: 86px;
    left: 0;
    position: absolute;
    width: 711px;
    z-index: 9999;
}

/* If js if disabled they won't show up on page */
#featuredCaptions #caption1,
	#featuredCaptions #caption2,
		#featuredCaptions #caption3,
			#featuredCaptions #caption4,
				#featuredCaptions #caption5,
					#featuredCaptions #caption6,
						#featuredCaptions #caption7,
							#featuredCaptions #caption8,
								#featuredCaptions #caption9,
									#featuredCaptions #caption10 {
										display: none;
									}
		
#featuredCaptions h1:hover, .orbit-wrapper .orbit-caption h1:hover {
	text-decoration: underline;
}

#featuredCaptions h4, .orbit-wrapper .orbit-caption h4 {
	font-size: 1.08em; /* 14px */
	line-height: 1.57em; /* 22px */
	margin-bottom: 0;
}

#featuredCaptions h4 a, .orbit-wrapper .orbit-caption h4 a {
	color: #25164c;
	border-bottom: 1px solid #f5e65c;
	text-transform: uppercase;
}

#featuredCaptions h4 a:hover, .orbit-wrapper .orbit-caption h4 a:hover {
	border-bottom-color: #25164c;
}

#featuredCaptions p, .orbit-wrapper .orbit-caption p {
	margin-bottom: 1.07em; /* 16px */
}

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

div.slider-nav {
    display: block;
    bottom: 105px;
    display: block;
    position: absolute;
    right: 0;
    width: 711px;
    }

div.slider-nav span {
    width: 78px;
    height: 19px;
    text-indent: -9999px;
    position: absolute;
    z-index: 9999;
    top: 0;
    cursor: pointer; }

div.slider-nav span.right {
    background: url('/images/slide_arrows.gif') -19px 0 no-repeat;
    display: block;
    height: 19px;
    right: 0; 
    width: 19px;
}

div.slider-nav span.left {
    background: url('/images/slide_arrows.gif') 0 0 no-repeat;
    display: block;
    height: 19px;
    left: 0; 
    width: 19px;
}


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

.orbit-bullets {
	width: 110px;
    position: absolute;
    z-index: 9999;
    right: 270px;
    margin: 0;
    padding: 0;
    bottom: 86px; 
}

.orbit-bullets li {
    background: #268aa6;
    border-right: solid 1px #19596b;
    width: 18px;
	height: 19px;
	margin: 0;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden; 
}

.orbit-bullets li:first-child {
	margin: 0;
}
    
.orbit-bullets li:hover, .orbit-bullets li.active {
    background: #20758c;
}
    
.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; }