/*
	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 { padding: 0px 0; margin-top:-5px; }
	
	*html .coda-slider-wrapper {margin-top:00px;}
	.coda-slider { background: #3399cc; padding:0; }
	
	*:first-child+html .coda-slider-wrapper {
		margin-top:0px;

}
	
	*html .coda-slider {padding-bottom:-4px;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 230px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 980px; ; border-bottom:0px solid #3399cc; }
	
		*:first-child+html .coda-nav {
			margin-left:40px;
}

		*:first-child+html .coda-slider-wrapper {
			overflow:visible;
		}
	
	*html .coda-slider, .coda-slider .panel {border-bottom:0px; margin-bottom:13px;}
	
	
	/* 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 }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* 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: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { width:980px; height:230px; padding: 00px }
	
	/* 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; margin: auto; overflow: hidden; margin-left:-40px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: url(../images/testtab.jpg); text-align:center; background-repeat: no-repeat; height:22px; width:163px; color: #fff; display: block; float: left; margin-right: 0px; padding:8px 0 0 0px; text-decoration: none; font-size:12px; font-weight:bold; }
	.coda-nav ul li a:hover {color:#CCC; font-size:12px;}
	
	/* 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 }
	