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

	body { padding: 20px }
	a { outline: none; }
	.panel h2.title { margin-bottom: 10px;}
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */
	/* ie6 fix */
	.panel .panel-wrapper { height: 300px; }

	.coda-slider-wrapper { padding: 20px 0;}
	.coda-slider { background: transparent; padding: 10px; height: 300px;}
	
	/* 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: 992px; height: 300px; margin: -20px 0 0 0; } 
	/* Change padding of images */
	.coda-slider .panel-wrapper img {padding: 0 10px 0 0; margin: 0px 0 0 0; float: left;}
	.leftarrow {background-image: url(images2/leftarrow4.png);}
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 800px; height: 300px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 40px; padding: 0; }
	
	/* Arrow styling */
	.coda-nav-left a { background-image: url(../images2/leftarrow4.png); color: #fff; padding: 5px; width: 18px; height: 32px; text-indent: -100000em; background-repeat: no-repeat; margin: 200px 0 0 20px; }
	.coda-nav-right a { background-image: url(../images2/rightarrow2.png); color: #fff; padding: 5px; width: 30px; height: 32px; text-indent: -100000em; background-repeat: no-repeat; margin: 200px 0px 0 0px; }
	/* Tab nav */
	.coda-nav ul li a.current { background-image: url(../images2/current2.gif); }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	.slide1 {margin: 0 0px 0 0px; text-align: left;}

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

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto 160px; overflow: hidden } /* CHANGE MARGIN TO CHANGE POSITION OF BOTTOM PANELS */
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #1a1a25; font-size: 12px; color: #fff; display: block; float: left; margin: 17px 10px 0 0; padding: 3px 6px; text-decoration: none; width: 115px; height: 23px; }
	
	/* 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: block; text-align: center; text-decoration: none }
	.coda-nav-left a, .coda-nav-right a { outline: none }
	.coda-nav ul li a { outline: none; }
	.coda-nav-right a { outline: none; }
	.coda-nav-left a { outline: none; }
	.coda-slider .panel a {outline: none; }
	.coda-slider-wrapper a {outline: none;}
	.coda-slider a {outline: none;}
	.coda-slider .panel-container a { outline: none; }
	.panel h2.title a { outline: none;}
	.coda-slider-no-js a { outline: none;}
	.coda-slider .panel-wrapper img a {outline:none;}
