/*
	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.
*/
	
	/* 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 margin and width of the slider (with dynamic arrows) */
	/*.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 1000px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0;}*/
	
	/* Arrow styling */
	/*.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }*/
	
	/* Tab nav */
	.coda-nav ul li a.current { color:#0DA7FF; background: #FFF url(../images/current_bg.jpg) 0 -2px no-repeat; padding-top:12px !important; padding-bottom:8px !important;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {padding:0px; margin:0px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

	/* Tabbed nav */
	.coda-nav ul { float:right; display: inline; margin-right:13px; overflow: hidden; background:#d9f1ff; width:974px;}
	.coda-nav ul li { display: inline;}
	.coda-nav ul li a { text-align:center; background: #0DA7FF; color: #FFF; display: block; float: left; padding: 10px 0; text-decoration: none; width:210px; font-weight:bold; }
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1000px; min-height:420px;} 
	
	.coda-slider-wrapper { padding: 5px 0; width:1000px; margin:0 auto;  clear: both; overflow: hidden; }
	.coda-slider { background: #FFF;}
	/* Miscellaneous */
	
	.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 }*/
	
