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

	.coda-slider-wrapper {
		width:940px;
		height:350px; 
	}
	.coda-slider {
		
	}

	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height:940px; overflow:hidden;overflow:hidden }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width:940px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width:940px; }
	
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px 80px; width:780px;height:310px; overflow:hidden  } 
	

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { display: block; float: left; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative;overflow:hidden}
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-right { position:absolute; left:-19px;top:314px; width:66px;height:66px;z-index:99;} 
	.coda-nav-left { position:absolute; right:-19px;top:314px; width:66px;height:66px;z-index:98;}
	.coda-nav-left a { display: block; background:url(images/right.png); width:66px;height:66px;  text-indent:-999em;}
	 .coda-nav-right a { display: block;  background:url(images/left.png); width:66px;height:66px;  text-indent:-999em;}
	.coda-nav{display:none;}	
