/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; 
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden 
}
    
div.orbit.with-bullets {
    /* margin-bottom: 40px;*/ 
}

div.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0; 
	
}

div.orbit a.orbit-slide {
    border: none;
    line-height: 0; 
    display: none; 
}

div.orbit div.orbit-slide {
    width: 100%;
    height: 100%; 
	
}

/* CAPTIONS
   ================================================== */

.orbit-caption {
	display: none;
    width: 100%;
    height: 100%;
}

.orbit-wrapper > .orbit-caption {
 	z-index: 28;
	color: #fff;
}

/* FLUID LAYOUT
   ================================================== */
   
div.orbit img.fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

ul.orbit-bullets {

	margin:0px;
	
  	position: absolute;
    z-index:29;
    list-style: none;
	top:-32px;
	left:-35px;
}

ul.orbit-bullets li {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	color: #999;
	overflow: hidden;
	text-indent: -9999px;
}

ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

ul.orbit-bullets li.active {
    color: #222;
}

ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }
	
/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(../images/orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(../images/orbit/left-arrow.png);
    left: 0; }