	/*
	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: 0px; display:none }

/* Most common stuff you'll need to change */
	
	.coda-slider-right-wrapper { padding:0 }
	.coda-slider-right { min-height:60px; margin-top:7px }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider-right { height:176px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider-right, .coda-slider-right .panel { width: 206px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-right-wrapper.arrows .coda-slider-right, .coda-slider-right-wrapper.arrows .coda-slider-right .panel { width: 230px }
	.coda-slider-right-wrapper.arrows .coda-slider-right { margin: 0px 10px }
	
	/* Arrow styling
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	 */
	
	/* Tab nav */
	.coda-slider-right-wrapper .coda-nav ul li a.current { color:#C00 }
	
	/* Panel padding */
	.coda-slider-right .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider-right p { padding:0px; margin:1px 0px; text-align: center }
	.coda-slider-right p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-slider-right-wrapper .coda-nav ul { clear:both; display:block; margin:0px; overflow:hidden; float:right; margin-top:10px }
	.coda-slider-right-wrapper .coda-nav ul li { display:inline; float:left }
	.coda-slider-right-wrapper .coda-nav ul li a { color:#000; display:block; margin-left:3px; text-decoration:none; width:90px; height:22px; line-height:22px; font-size:12px; text-align:center; font-weight:bold }
	
	/* Miscellaneous */
	.coda-slider-right-wrapper { clear: both; overflow: auto }
	.coda-slider-right { float: left; overflow: hidden; position: relative }
	.coda-slider-right .panel { display: block; float: left }
	.coda-slider-right .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 }
	
