/*
	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-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

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

	.devilbiss-slider-wrapper { 
		position: absolute;
		width: 480px;
		height: 192px;
		left: 455px;
		top: 57px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #98c8ef;
	}
	
	
	.coda-slider { 
		width: 480px;
		height: 192px; 
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { 
		height: 192px; 
		overflow: auto !important;
	}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 480px; height: 192px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 480px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* 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: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* 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 }




	/* DeVilbiss */
	.coda-nav-left { 
		position: absolute; 
		left: 412px; 
		top: 204px; 
		width: 32px;
		height: 32px;
		background: url(/images/site/bnr-home-arrows.jpg) left top no-repeat;
	}
	
	
	.coda-nav-right { 
		position: absolute; 
		left: 450px; 
		top: 204px; 
		width: 32px;
		height: 32px;
		background: url(/images/site/bnr-home-arrows.jpg) right top no-repeat;
	}
	
		.coda-nav-left a {
			background: url(/images/site/bnr-home-arrows.jpg) left top no-repeat; 
			color: #FFF; 		
			height: 32px; 
			width: 32px; 
			line-height: 32px; 
			text-align: center; 
			display: block;
			text-decoration: none;
			font-size: 18px; 
			text-indent: -20000px;			
		}
		
		.coda-nav-right a { 
			background: url(/images/site/bnr-home-arrows.jpg) right top no-repeat; 
			color: #FFF; 		
			height: 32px; 
			width: 32px; 
			line-height: 32px; 
			text-align: center; 
			display: block;
			text-decoration: none;
			font-size: 18px; 
			text-indent: -20000px;
		}
		
			.coda-nav-left a:hover {
				background: url(/images/site/bnr-home-arrows.jpg) left -35px no-repeat;	
			}

			.coda-nav-right a:hover {
				background: url(/images/site/bnr-home-arrows.jpg) right -35px no-repeat;	
			}
