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

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

	.coda-slider-wrapper { position: relative; clear: both; padding: 0; width: 900px; background-color: #fff;   }
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { overflow: auto !important; min-height: 360px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 900px; min-height: 360px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { position: absolute; top: 0px; padding: 0; width: 18px; height: 46px; z-index: 5; }
	.coda-nav-left a { background: url('/img/buckets/buttons/scrollLeft.png') 0 0 no-repeat; }
	.coda-nav-right a { right: 0; background: url('/img/buckets/buttons/scrollRight.png') 0 0 no-repeat; }
	
	/* Tab nav */
	.coda-nav ul li a.current { color: #fff; background: #0B539A }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { margin: 0; padding: 0px }
	
	/* 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 { position: absolute; bottom: 10px; left: 10px; margin: 0; padding: 0; z-index: 5; overflow: hidden; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { float: left; margin: 0 10px 10px 0; padding: 10px; font-size: 11px; color: #333; background-color: #ddd; border: 0px solid #ddd; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { 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 }
	