/*
	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:10px 0;padding:0;font-size:14px;text-transform:uppercase;}
	noscript div { background: #ccc; margin: 0; padding: 0; }

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

	.coda-slider-wrapper { padding: 0; height:245px; }
	.coda-slider { background: #ccc; float:left; width:504px;height:245px;}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 245px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 504px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 504px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav {
		background:#000;
		width:191px;
		height:245px;
		overflow:hidden;
		float:left;
	}
	.coda-nav ul {
		list-style:none;
		padding:0;
		margin:0;
	}
	
	/* Tab nav */
	.coda-nav ul li a, .coda-nav ul li a:visited {
		border-bottom:1px solid #fff;
		text-transform:uppercase;
		font-family:arial black;
		font-weight:bold;
		font-size:15px;
		padding:0 10px;
		background:#000;
		color:#fff;
		height:30px;
		overflow:hidden;
		line-height:30px;
		display:block;
	}
	.coda-nav ul li a.current { background: #ff9000;color:#fff; }
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0; height:245px; }
	
	/* 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 */
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: right; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
	
	