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

body { padding: 20px }

	.coda-slider-wrapper { margin-bottom: 20px; padding: 20px 0 30px 0; background: url(../images/shadow_007.png) bottom center no-repeat}
	.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: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 636px; } 
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	/* Tab nav */
	.coda-nav { width:280px; position: absolute; margin-top: 182px }
	.coda-nav a img { padding: 3px 0 3px 0 }	

	/*
	.coda-nav a.current { opacity:1; filter:alpha(opacity=100) }
	.coda-nav a { opacity:0.6; filter:alpha(opacity=60) }
	*/

	/* Miscellaneous */
	.coda-slider-wrapper { width:636px;  clear: both; overflow: hidden; float: left }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }

	
