/*
	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 */

/*	body { padding: 20px } */
	.panel span.title { display: none }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { height: 145px; overflow: hidden }
    html>body .coda-slider-wrapper {
	min-height: 145px;
	height: auto;
	}
	.coda-slider { height: 145px; background: transparent; width: 980px }
    html>body .coda-slider {
	min-height: 145px;
	height: auto;
	}
		
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider .panel { height: auto; width: 980px } 
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #fff; color: #f29519; padding: 3px 8px; text-decoration: none; display: block;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
#coda-nav-1 {
	display: none;
	}
	.coda-nav { display: none; background: transparent; text-align: right; margin-top:0px;}
	.coda-nav ul { display: none; float: left; clear: both; margin: 0px; padding: 0px; list-style-type: none }
	.coda-nav ul li { display: none; float: left; border: 1px solid #FFFFFF; margin-right:4px; }
	.coda-nav ul li a { display: none; float: left; background: #d9d8d7; color: #fff; padding: 3px 8px; text-decoration: none; display: block;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
		