/* 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
   ================================================== */
#featured-wrapper {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}


div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
 }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden; 
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0 0 6px #333;
}

div.orbit img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
    
div.orbit.with-bullets {
    margin-bottom: 0; }

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%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


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

div.orbit-wrapper div.timer {
    display: hidden;
}

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

.orbit-caption {
    display: none;
    font-family: 'Rosario', sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 30;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
}



/* FLUID LAYOUT & Bullet Nav
   ================================================== */
div.orbit img.fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%; }

div.orbit, div.orbit-wrapper { width: 100% !important; }

ul.orbit-bullets {
    position: relative;
    z-index: 30;
    margin-top: 0;
    list-style-type: none;
    /* bottom: -50px; */
    left: 50%;
	/*margin-left: -50px;*/
    padding: 0;    
    width: 100%;
    background-color: #333;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 6px #333;
 }

ul.orbit-bullets li.has-thumb {
    border-top: 1px solid #555;
    border-bottom: 1px solid #111;
    cursor: pointer;
    overflow: auto;
 }

ul.orbit-bullets li.active.has-thumb {
    background-color: #444;
}

ul.orbit-bullets li.has-thumb:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

ul.orbit-bullets li.active.has-thumb:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


ul.orbit-bullets li .thumb-head {
    float: left;
    clear: left;
    width: 222px;
    font-family: 'Rosario';
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #111;
    padding: 3px 0 3px 3px;
}

ul.orbit-bullets li .thumb-desc {
    float: left;
    clear: right;
    font-family: 'Rosario';
    font-size: 12px;
    font-weight: normal;
    color: #ddd;
    border-left: 1px solid #555;
    padding: 5px 0 5px 6px;
}

.orbit-thumb {
    display: none;
}

/* Implement the loading image */

#featured { 
    width: 978px;
    height: 330px;
    background: #000 url('/storage/orbit/loading.gif') no-repeat center center;
    overflow: hidden; 
}
