/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */

#featured {background:  url('../images/orbit/loading.gif') no-repeat 450px center;}
#featured>img,  
#featured>div,
#featured>a { display: none; }


#featured2 {background:  url('../images/orbit/loading.gif') no-repeat 320px center;}
#featured2>img,  
#featured2>div,
#featured2>a { display: none; }



#featured3 {background:  url('../images/orbit/loading.gif') no-repeat 320px center;}
#featured3>img,  
#featured3>div,
#featured3>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;
 }
