/*
	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 { padding: 0 0 50px 0; }
	.coda-slider { background: #ffffff; padding-bottom: 5px; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 300px; overflow: auto !important; padding-right: 0px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 800px; height: 300px;} 
	
	/* 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; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
	
	/* 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: #94a2ac; } */
	/* .coda-nav ul li a:hover { background: #94a2ac; } */
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; }
	
	.panel-wrapper a:link {text-decoration:none;background:transparent;}
	.panel-wrapper a:visited {text-decoration:none;background:transparent;}
	.panel-wrapper a:hover {text-decoration:none;background:transparent;}
	.panel-wrapper a:active {text-decoration:none;background:transparent;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; 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; margin: 0; padding: 0;}
	/* .coda-nav ul li a { background: #515c64; color: #fff; display: block; float: left; margin-right: 1px; padding: 5px 5px; text-decoration: none; font-weight:normal; } */
	
	.coda-nav  li a {
	background: url(../img/slidernav_button_right.png) no-repeat right 0;
	text-decoration: none;
	line-height: 24px;
	padding: 6px 4px 0px 0px;
	margin: 0 5px 0 0;
	display: block;
	float:left;
	color: #ffffff;
	font: 100 12px "Arial", Helvetica, sans-serif;
}

	.coda-nav  li a:hover, .coda-nav  li a.current {
		background: url(../img/slidernav_button_right.png) no-repeat right -26px;
		}

	.coda-nav  li a  span{
		background: url(../img/slidernav_button_left.png) no-repeat left 0;
		display:block;
		text-decoration: none;
		height: 22px;
		padding: 4px 4px 0px 8px;
		margin: -6px 0px 0 0;
		font: 100 12px "Arial", Helvetica, sans-serif;
		cursor: pointer;
	}

	.coda-nav  li a:hover span, .coda-nav  li a.current span {
		background: url(../img/slidernav_button_left.png) no-repeat left -26px;
		}

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