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

	noscript div { color:white; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

	.coda-slider-wrapper { padding: 0 20px; }
	.coda-slider { color: white;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 350px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 700px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper .coda-slider .panel { width: 700px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { color: #fff; padding: 3px 6px; outline: none; display: block; text-align: center; text-decoration: none; outline: none;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #c68f2b; color: #fff; border-bottom:none; border-left: 1px solid gray; border-top 1 px solid gray; border-right:1px solid gray; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:15px 15px 5px 30px; overflow: hidden;}
		
	/* 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 { margin: 25px 0 0 0;}
	.coda-nav ul { display: block; margin: auto; overflow: hidden; width: 760px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: transparent; border-bottom: 1px solid gray; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider { float:left; clear:both; overflow: hidden; }
	.coda-slider .panel { display: block; float: left;}
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { position: absolute; top:170px; left:5px; }
	.coda-nav-right { position: absolute; top:170px; right:5px; z-index: 10000}

	
