/* 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:370px;
	height:135px;
	background:url(../../images/thubnail_slider_bg.jpg) no-repeat center center;
	box-shadow:#a57b44 0px 0px 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	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%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 60%;
    margin-top: -35px;
    cursor: pointer; 
}

div.slider-nav span.right {
    background: url(../../images/right-arrow.png);
    right:-17px; }

div.slider-nav span.left {
    background: url(../../images/left-arrow.png);
    left:-17px; }

/* BULLET NAV
   ================================================== */
