/*
	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 */


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { width:964px; height:370px; position:relative;  }
	.coda-slider { display:block; height:336px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 336px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width:964px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 964px; }
	.coda-slider-wrapper.arrows .coda-slider { }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background-position:0 -9px;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {0}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { position:absolute; bottom:12px; right:30px; overflow: hidden; z-index:10; }
	.coda-nav ul li { float:left; display:inline; padding:0; }
	.coda-nav ul li a { width:9px; height:9px; display:block; margin-left:4px; background-image:url(../images/slider-nav.jpg); background-repeat:no-repeat; background-position:0 0;  }
	
	/* Miscellaneous */
	.coda-slider-wrapper { 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 }
	.coda-nav-left, .coda-nav-right { float: left;  display:none; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
	.each-slide { height:336px; position:relative; }
	.each-slide img { position:absolute; left:0; top:0; z-index:1; }
	.each-slide .text { padding:45px 0 0 40px; position:relative; z-index:10; }
	.each-slide .text .desc { font-size:24px; color:#fb0000; font-weight:bold; text-transform:uppercase; line-height:24px; padding-bottom:15px; }
	.each-slide .text a.find-out-more-btn { width:170px; height:40px; padding:0 0 0 20px; display:block; background-image:url(../images/forms/red-arrow-btn.png); background-repeat:no-repeat; font-size:18px; color:#f0f0f0; text-transform:uppercase; line-height:40px; font-weight:bold; text-decoration:none;  }
	