/* */

/* Insignificant stuff, for demo purposes */

.panel h4.title {
	display:none;
}
noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 20px 0;
	padding: 15px;
}
/* Most common stuff you'll need to change */

.codaSliderWrapper {
	padding: 0 0 10px;
}
.codaSlider {}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .codaSlider {
	height: 200px;
	overflow: auto !important;
	padding-right: 20px:
}
/* Change the width of the entire slider (without dynamic arrows) */
.codaSlider, .codaSlider .panel {
	width: 475px;
}
/* Change margin and width of the slider (with dynamic arrows) */
.codaSliderWrapper.arrows .codaSlider, .codaSliderWrapper.arrows .codaSlider .panel {
	width: 475px;
}
.codaSliderWrapper.arrows .codaSlider {
	margin: 0 10px;
}
/* Tab nav */
.coda-nav ul li a.current {
	text-align:center;
	background: url(../img/graph/coda-nav_bg.gif) left top no-repeat;
	height: 16px;
	width: 38px;
	color: #fff;
	font-weight: bold;
}
/* Panel padding */
.codaSlider .panel-wrapper {
	padding: 20px;
}
/* Preloader */
.codaSlider 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 {
	clear: float;
	float:right;
	display: block;
	background: url(../img/graph/coda-nav_ul_bg.gif) 65px top no-repeat;
	padding: 0 0 0 270px;
	overflow: hidden;
	height: 22px;
	width: 205px;
}
.coda-nav ul li {
	display: inline;
}
.coda-nav ul li a {
	background: url(../img/graph/coda-nav-right_bg.gif) left top no-repeat;
	color: #ccc;
	height: 16px;
	width: 38px;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px 3px;
	text-align: center;
	font-size:12px;
	text-decoration: none;
}
*html .coda-nav ul li a {
	padding: 2px 6px 4px;
}
*+html .coda-nav ul li a {
	padding: 2px 6px 4px;
}

/* Miscellaneous */
.codaSliderWrapper {
	clear: both;
	overflow: hidden;
	height:295px;
	background: url(../img/graph/codaSlider_bg.gif) left top no-repeat;
}
.codaSlider {
	float: left;
	overflow: hidden;
	position: relative;
}
.codaSlider .panel {
	display: block;
	float: left;
}

