/*
	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 */
-moz-any-link:focus {  outline: none;}
a { outline:none;}
a:active, a:focus { 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 */

	.coda-slider-wrapper { width:940px; height:424px; margin-bottom:20px; }
	.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: 940px; height:359px; } 
	
	/* 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 }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav { position:absolute; margin-top:349px;}
	.coda-nav ul li a.current{ background-position:left -75px; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* 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: url(../images/scroller/slider-nav-bg.gif) repeat-x left bottom;
	color: #fff; border:none; 
	display: block;
	float: left;
	text-decoration: none;
	behavior: url(../images/iepngfix.htc);
}

	/* CUSTOM TABS */
	.coda-nav ul li a{ display:block; height:75px;}
	.coda-nav ul li#cont-boom a{ width:117px; background: url(../images/scroller/cont-boom.png); }

	.coda-nav ul li#oil-skim a{ width:118px; background: url(../images/scroller/oil-skim.png);}
	
	.coda-nav ul li#br-cont a{  width:118px; background: url(../images/scroller/br-cont.png);}
	
	.coda-nav ul li#rsp-boats a{ width:118px; background: url(../images/scroller/rsp-boats.png);}
	
	.coda-nav ul li#wt-systems a{ width:118px; background: url(../images/scroller/wt-systems.png);}
	
	.coda-nav ul li#store-tanks a{ width:118px; background: url(../images/scroller/store-tanks.png);}
	
	.coda-nav ul li#anc-equip a{ width:117px; background: url(../images/scroller/anc-equip.png);}
	
	.coda-nav ul li#sec-barrier a{ width:117px; background: url(../images/scroller/sec-barrier2.png);}
	
	.coda-nav ul li#absb-spill-kit a{ width:117px; background: url(../images/scroller/absb-spill-kit.png);}
	

	.coda-nav ul li#cont-boom a:hover, .coda-nav ul li#oil-skim a:hover, .coda-nav ul li#br-cont a:hover, .coda-nav ul li#rsp-boats a:hover, .coda-nav ul li#wt-systems a:hover, .coda-nav ul li#store-tanks a:hover, .coda-nav ul li#anc-equip a:hover, .coda-nav ul li#sec-barrier a:hover, .coda-nav ul li#absb-spill-kit a:hover{ background-position:left -75px;}

.coda-nav ul li#cont-boom a.current, .coda-nav ul li#oil-skim a.current, .coda-nav ul li#br-cont a.current, .coda-nav ul li#rsp-boats a.current, .coda-nav ul li#wt-systems a.current, .coda-nav ul li#store-tanks a.current, .coda-nav ul li#anc-equip a.current, .coda-nav ul li#sec-barrier a.current, .coda-nav ul li#absb-spill-kit a.current{ background-position:left -75px;}

	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; margin:24px 0; }
	.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 }
	