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

	.panel h2.title { margin-bottom: 10px }

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

	.coda-slider-wrapper { padding:0;margin:0;border:0; }
	.coda-slider { background: #ebebeb }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 323px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 980px;margin:0;padding:0;border:0;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 980px ;z-index:500;margin:0;padding:0;} 
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px;padding:0;height:323px; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { padding: 0px; width: 24px:height:54px;margin:0;border:0; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0;z-index:500; }
	
	/* 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 { clear: both; display: block; width:980px; overflow: hidden;padding:0 24px 0 24px;}
	.coda-nav ul li { display: inline;}
	.coda-nav ul li .marker {width:194px;height:64px;position:absolute; float: left; margin:0px 1px 0 1px;}
	.coda-nav ul li a {font-size:16px;color:#9ed4ee;font-weight:100;text-decoration: none ;text-align:center;text-transform:uppercase; background: url(../img/bt_03_off.png) no-repeat top center;position:absolute;top:-13px;right:0;  padding:25px 6px 3px 6px; width:182px;height:51px;letter-spacing:-1px;font-family:"Trebuchet MS", Helvetica, sans-serif;}
	.coda-nav ul li a strong {font-size:20px;color: #fff;font-weight:200;line-height:80%;}

	/* Tab nav - Current selected*/
	.coda-nav ul li a.current { background: url(../img/bt_03_on.png) no-repeat top center;z-index:900;}
	
	/* 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;z-index:500; }
	.coda-nav-left, .coda-nav-right { float: left;top: 163px; position: relative; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
#coda-slider-1 h2.title { display: none }
