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

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

	.coda-slider-wrapper {height: 390px; position:relative }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 390px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 960px }
	.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: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; }
	.coda-slider {
	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-1 {
	width: 960px;
	position: relative;
}
ul#coda-nav-1{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -36px;
	left: 360px;
	width: 550px;
}
ul#coda-nav-1 li {
	background-color: #574844;
	float: left;
	list-style-type: none;
	margin-right: 3px;
}
ul#coda-nav-1 li a:hover {
	background-color: #3A2E2B;
}

ul#coda-nav-1 li a {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	height: 26px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 26px;
}
ul#coda-nav-1 li a.current {
	background-color: #3A2E2B;
}

