/*
	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 { padding: 20px 0 }
	.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: 533px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 533px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { display: none; }
	
	/* Tab nav */
	.coda-nav ul li a.current, .coda-nav ul li a:hover { background-image: url(/file?fle=2495);}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px 0px 0px 165px; margin-top: -10px;}
	.coda-slider .panel-wrapper h2{
		display: none;
	}
	.coda-slider .panel-wrapper h3{
		color: #ffde00;
		/*font-size: 28px;*/
		font-weight: normal;
		margin-bottom: -10px;
	}
	.coda-slider .panel-wrapper ul{
		margin: 0px 0px 10px 25px;
		padding: 15px 0px 0px 0px;
	}
	.coda-slider .panel-wrapper li{
		color: white;
		list-style-image: url(/file?fle=2502);
		margin-bottom: 2px;
	}
	/* 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 { clear: both; display: block; margin:0; overflow: hidden; float: left; position: absolute; z-index: 2; padding-top: 10px;}
	.coda-nav ul li { display:block; margin-top: 3px; margin-left: -40px; list-style-image: none; list-style: none; width: 100%; float: left;}
	.coda-nav ul li a { float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; display: block; width: 138px; height: 25px; background-image: url(/file?fle=2494); background-position: left top; background-repeat: no-repeat; margin-top: -8px; color: white;}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; 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: none; text-align: center; text-decoration: none }
	