/*
	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 */
	.panel h2.title { margin-bottom: 10px;
	font-size: 42px;
	color: #e30d2e;
}
	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: 604px;
	position: relative;
	float: left;
}
	.coda-slider {}
	
	/* 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 {
} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
}
	.coda-slider-wrapper.arrows .coda-slider {}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { color: #fff; width: 45px;
	display: none;
	float: left;
	background-color: black;
	height: 18px;
	visibility: hidden;
}
	
	/* Tab nav */
.coda-nav ul li a:hover {
	color: yellow;
	text-decoration: none;
}

.coda-nav ul li div a.current {
	text-decoration: none;
	background-image: url(images/arrow.png);
	color: black;
}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
}
	
	/* 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 { display: block; margin: 0; overflow: hidden;
	padding: 0;
	position: absolute;
	top: 80px;
	left: -256px;
	z-index: 2;
}
	.coda-nav ul li div {
	display: table;
	color: white;
	width: 269px;
	height: 62px;
	margin-bottom: 3px;
}
	.coda-nav ul li div a {
	font-weight: bold;
	color: #c5ff2c;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 19px;
	padding-right: 38px;
}
	
	/* Miscellaneous */
	.coda-slider { overflow: hidden; position: relative;
	padding-bottom: 34px;
}
	.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 }

.panel {
	position: relative;
	float: left;
	padding-bottom: 0;
}

.panel-wrapper {
	background: url(images/paper.png) no-repeat 0 0;
	color: black;
	width: 546px;
	float: left;
	position: relative;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 27px 30px 20px 29px;
}

.coda-slider img {
	color: black;
	float: right;
}

.paper-bottom {
	background: url(images/paper.png) no-repeat 0 bottom;
	float: left;
	color: black;
	position: absolute;
	bottom: -18px;
	left: 0;
	height: 18px;
	width: 760px;
}

#main .coda-slider p {
	font-size: 12px;
	width: 300px;
	position: relative;
}

.coda-slider .FontJazz-h2font div {
	position: relative;
	height: 43px;
	width: 634px;
}
	
