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

	.coda-slider-wrapper {
	margin: 11px 0 0 14px;
}
	.coda-slider { background: #ebebeb; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 620px; height:297px;} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.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 ul li a.current { 
	background: #000 url(../images/slider/bgd_slider_nav_current.gif) repeat-x; 
	font-weight:bold; 
	font-size:18px;
	line-height:1em;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:228px 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

	/* 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 url(../images/slider/bgd_slider_nav.gif) repeat-x;
	color: #fff;
	display: block;
	float: left;
	width:125px;
	height:68px;
	text-decoration: none;
	text-align:center;
	padding:10px 15px 0;
	font:16px Calibri, Lucida, Arial, sans-serif;
}
	.coda-nav ul li a:hover {
	font-weight:bold;
	font-size:18px;
	line-height:1em;
	}
	/* 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-slider .panel .panelTextBox {
	width:160px;
	height:28px;
	border:2px #fff solid;
	background-color:#d98d35;
	text-align:center;
	color:#fff;
	font:24px bold Calibri, Lucida, Arial, sans-serif;
	padding:13px 5px 13px;
}
.coda-slider .panel a {
	display:block;
	width:160px;
	height:28px;
	border:2px #fff solid;
	background-color:#d98d35;
	text-align:center;
	color:#fff;
	font:24px bold Calibri, Lucida, Arial, sans-serif;
	padding:13px 5px 13px;
	text-decoration:none;
}
li.tab1,li.tab2,li.tab2,li.tab4 {
	width:155px;
}
	

	
