/*
        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.
*/

/* Insignificant stuff, for demo purposes */











html {background: #33248c; }

html, body {
        margin:0;
        padding:0;

        }



        body { padding: 20px 0px 0px 0px }
        .panel h2.title { font-size:15px; font-weight:bold; margin-bottom: 0px margin-top: 0px; padding: 0px; text-align:left}
        noscript div { background:#33248c; border: 0px solid #900; margin: 0px 0; padding: 0px }

/* Most common stuff you'll need to change  */

        .coda-slider-wrapper { padding: 15px 59px;} /* this aligns the main display div  */
        /*.coda-slider { background: rgba(0, 0, 0, 0.2); }*/


        /* Use this to keep the slider content contained in a box even when JavaScript is disabled */
        .coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 10px }

        /* Change the width of the entire slider (without dynamic arrows) */
        .coda-slider, .coda-slider .panel {width: 736px; }

        /*Transparent Background*/
        .alpha30 {
        /* Fallback for web browsers that doesn't support RGBa */
        background: rgb(1, 0, 1) transparent;
        /* RGBa with 0.6 opacity */
        background: rgba(1, 0, 1, 0.33);
        /* For IE 5.5 - 7*/
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33200023, endColorstr=#33200023);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33200023, endColorstr=#33200023)";
}
        /*Transparent Background Darker*/
        .alpha40 {
        /* Fallback for web browsers that doesn't support RGBa */
        background: rgb(1, 0, 1) transparent;
        /* RGBa with 0.6 opacity */
        background: rgba(1, 0, 1, 0.40);
        /* For IE 5.5 - 7*/
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#40200023, endColorstr=#40200023);
        /* For IE 8*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#40200023, endColorstr=#40200023)";

}



        /* Tab nav */
        .coda-nav ul li a.current {
        background: #625699;   /* bg col for buttons ON #3a2290*/
        overflow: hidden;
        margin-right: -27px;
        margin-left: 34px;
        margin-top: 110px;
        margin-bottom: -2px; /* this is the distance between the nav and the panel*/
        padding: 3px 6px 3px 6px;
        }

        /* Panel padding */
        .coda-slider .panel-wrapper { padding: 0px; text-align:left}

        /* Preloader */
        .coda-slider p.loading { padding: 0px; text-align: center }

/* CSS STYLING FOR SPECIFIC SLIDERS */
        #coda-nav-1 { overflow: hidden; margin-left: 0px margin-top: 0px}
        #coda-slider-1 { clear: both;}



/* 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: #290d73; /*bg col for buttons OFF #3a2290*/
        color:#fff;
        display:block;
        float: left;
        margin-left: 34px;
        margin-right: -27px;
        padding: 3px 6px 3px 6px; /* T,R,B,L */
        margin-top: 110px;
        margin-bottom: -2px; /* this is the distance between the nav and the panel*/
        text-decoration: none }

        /* Miscellaneous */
        .coda-slider-wrapper { clear: both; overflow: auto }
        .coda-slider { float: left; overflow: hidden; position: relative }
        .coda-slider .panel { display: block; float: left }
        .coda-slider .panel-container { position: relative }
        .coda-nav-left, .coda-nav-right { float: left }
        .coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }