/*
	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 {
	width: 960px;
	height: 800px;
	background-image: none;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
}
	.coda-slider {
	background-repeat: no-repeat;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 800px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 960px; height: 800px; } 
	
	/* 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; height: 800px;}

	/*.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }*/
	
	/* Arrow styling */
	/*.coda-nav-left a, .coda-nav-right a { background: #; color: #b2e0f2; padding: 0px; width: 80px }*/
	
	/* Tab nav */
	.coda-nav ul li a.current {
	color:#FEFFFB;
	text-decoration: none;
	text-shadow: 0px 0px 5px#E7D485;
	-moz-transition-duration: all 0.5s;
	-webkit-transition-duration: all 0.5s ease-in-out;
	-o-transition-duration: 0.5s;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}
	
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; text-decoration: none;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: right; text-decoration: none; }

/* 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;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
}
	.coda-nav ul li {
	display: block;
	font-weight: normal;
}
	.coda-nav ul li a {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 27px;
	color: #A01228;
	float: left;
	margin: auto;
	padding: 0px 20px;
	text-decoration: none;
	font-weight: normal;
	
}
	
	
	/* 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 }
	
	