/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php



/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured {
	width: 940px;
	height: 450px;
	background: #000 url('/orbit/loading.gif') no-repeat center center;
	overflow: hidden; }
#featured>img,
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    /*width: 1px;
    height: 1px;
    margin: 0 auto;*/
    position: relative; }

div.orbit {
   /* width: 1px;
    height: 1px;*/
    position: relative;
    overflow: visible; }

div.orbit img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    /*margin: 0 auto;*/ }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    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.timer {
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
    margin-left: 13px; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url('/orbit/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('/orbit/timer-black.png') repeat 0 0;
}

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/orbit/pause-black.png') no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url('/orbit/pause-black.png') no-repeat 0 -40px;
}

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 7px;
    font-size: 13px;
    position: absolute;
    /*left: 25px;*/
    top: 50px;
   }

#slides a
{
    text-decoration: none;
}

#slides a div.slideInfo
{
    background-color: none;
}

#slides a:hover div.slideInfo {
    display: block;
    left: 0px;
    top: 355px;
    background-color: rgba( 0, 0, 0, .60 );
}

/* Project display page only */
div#projectSlideshow #slides a:hover div.slideInfo
{
	top: 600px;
}

div.slideInfo, div.projectSlideInfo
{
    position:         relative;
    top:              455px;
    left:             0;
    width:            1054px;
    height:           70px;
    padding:          20px 15px 10px 65px;
    text-align:       left;
    line-height:      18px;
    color:            #fff;
    text-decoration:  none;
    font-weight:      normal;
    overflow:         hidden;
    cursor:           pointer;

    left: 0px;

    /* css3 */
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}

/* Project display page only */
div.projectSlides div.slideInfo
{
	top: 700px;
}

div.projectSlideInfo
{
	top: 600px;
}

div.slideInfo h2, div.projectSlideInfo h2
{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 3px;
    cursor: pointer;
}

/* TITLES
==================================================== */

.orbit-link {
    display: none;
}


.orbit-wrapper .orbit-link
{
    z-index: 1000;
    position: absolute;
    right: -2px;
    bottom: 10px;
}


.orbit-wrapper .orbit-left-caption,
.orbit-wrapper .orbit-right-caption
{
    z-index: 1000;
    position: absolute;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size:   30px;
    color: #fff;
    bottom: 55px;
    text-shadow: 0px 0px 5px #fff;
}


.orbit-wrapper .orbit-left-caption
{
    left: 25px;
}


.orbit-wrapper .orbit-right-caption
{
    right: -2px;
}


.orbit-link a{ background: #0376A7; width: 165px; height: 26px; display: block; color:#fff; text-decoration: none; font-weight: bold; font-size: 15px; padding: 7px 0px 0px 0px; text-align: center;}

.orbit-link a:hover{  background: #fff; width: 165px; height: 26px;display: block; color:#0376A7; text-decoration: none; font-weight: bold; padding: 7px 0px 0px 0px; text-align: center;}

/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block;}

div.slider-nav span {
    width: 48px;
    height: 148px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
	margin-left: 4px;
	margin-right: 4px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url('/images/projectSlideshowArrows.png') -48px 0 no-repeat;
    right: 0; }

div.slider-nav span.left {
    background: url('/images/projectSlideshowArrows.png') 0 0 no-repeat;
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets li {
    background: url(/images/slides_squares.jpg) no-repeat 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 18px;
}

.orbit-bullets li.active {
    background-position: 0px -24px;
}

.orbit-bullets li:hover{
    background-position: 0px -12px;
}

.orbit-bullets {
    position: absolute;
    z-index:  100;
    bottom:   -5px;
    right:    65px;
}

/*.orbit-bullets li {
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;

    background: #329dc9;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 3px;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.orbit-bullets li.active {
    background: #FFF;
}

.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; } */
