/*
	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 { font-weight:bold;margin-bottom: 15px;}

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

	.coda-slider-wrapper { padding: 0 0 10px 0; }
	.coda-slider { border:solid 1px #ececec; }
		
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 638px; } 

	/* Tab nav */
	.coda-nav ul li a.current { background: #990000; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:20px 10px;}
	
	/* 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 { font-size:10px;clear: both; display: block; margin-left:-19px;margin-bottom:0; overflow: hidden; }
	.coda-nav ul li { font-weight:bold;display: inline; }
	.coda-nav ul li a { background: #313131; color: #fff; display: block; float: left; margin-right: 3px; padding: 3px 6px; text-decoration: none; }
	.coda-nav ul li a:hover { background:#cc0000;}
	
	/* 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; }	