/*
    jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
    Copyright (c) 2009 Niall Doherty
    This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

.arrows-bgd { background:url(/media/site/images/btn-slideshow-bgd.png) no-repeat; width:427px; height:32px; position:absolute; bottom:10px; left:0; z-index:777 }
    .btn-slideshow-gallery a { background:url(/media/site/images/btn-slideshow-gallery.png) no-repeat; width:154px; height:22px; position:absolute; bottom:15px; left:140px; z-index:880 }
    .btn-slideshow-gallery a:hover { background:url(/media/site/images/btn-slideshow-gallery-hover.png) no-repeat; }

        .btn-slideshow-gallery  a p { visibility:hidden  }
		.btn-slideshow-gallery  a:hover p { visibility:hidden  }
    
.pod-slideshow { position:relative }
    .coda-slider-wrapper { width:409px; height:310px;  padding:3px; }
        /* ARROWS*/
        .coda-nav-left { position:absolute; bottom:3px; left:0; z-index:888 }
            .coda-nav-left a { background:url(/media/site/images/btn-slideshow-left.png) no-repeat; background-position:0 0; width:23px; height:23px; display:block; text-decoration:none }
            .coda-nav-left a:hover { background-position:0 -24px }
        .coda-nav-right {position:absolute; bottom:3px; right:0; z-index:999 }
            .coda-nav-right a { background:url(/media/site/images/btn-slideshow-right.png) no-repeat; width:23px; height:23px; display:block; text-decoration:none }
            .coda-nav-right a:hover { background-position:0 -24px }
        .coda-nav-left a p, .coda-nav-right a p { visibility:hidden }
		
		/*SLIDER*/
        .coda-slider {}
            .panel-container {}
                .panel {}
                    .panel-wrapper {}


/* Most common stuff you'll need to change */
    
    /* Use this to keep the slider content contained in a box even when JavaScript is disabled */
    .coda-slider-no-js .coda-slider {  overflow:hidden;  }
    
    /* Change the width of the entire slider (without dynamic arrows) */
    .coda-slider, .coda-slider .panel { width: 411px } 
    
    /* Change margin and width of the slider (with dynamic arrows) */
    .coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 411px }
    .coda-slider-wrapper.arrows .coda-slider { margin: 0 }
    

    
    
    /* Tab nav */
    .coda-nav ul li a.current { background: #39c }
    
    /* Panel padding */
    .coda-slider .panel-wrapper { padding: 0px }
    
    /* Preloader */
    .coda-slider p.loading { padding: 120px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

    /* Tabbed nav */
    .coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
    .coda-nav ul li { display: inline }
    .coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
    
    /* Miscellaneous */
    .coda-slider-wrapper {position: relative; clear: both; overflow: hidden }
    .coda-slider { float: left; overflow: hidden; position: relative }
    .coda-slider .panel { display: block; float: left }
    .coda-slider .panel-container { position: relative }

    