/* 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: 653px;
    height: 484px;
	/*overflow: hidden;*/
}
#featured>img,  
#featured>div,
#featured>a { display: none; }

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

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

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    /*overflow: hidden*/
}

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

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 {dislay: none;}

/* CAPTIONS
   ================================================== */
.orbit-caption { display: none;}

/* DIRECTIONAL NAV
   ================================================== */
div.slider-nav { display: none;}

/* BULLET NAV
   ================================================== */
.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 20px;
    left: 20px;
    padding: 0;
}

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #fff;
    background: url(https://mojo.blob.core.windows.net/3e0f70f825674d1aba2ac7ce8a132c1e/himages/slider-bull.png) no-repeat -24px 0;
    width: 24px;
    height: 24px;
    text-align: center;
    font: 900 14px/24px "Arial Black", Arial, Gadget, "Nimbus Sans L", sans-serif;
}

.orbit-bullets li:first-child {
    margin: 0;
}

.orbit-bullets li.active {
    color: #6392A0;
    background-position: 0 0;
}