.panel h2.title{
	margin-bottom:10px;
}

noscript div{
	background:#ccc;
	border:1px solid #900;
	margin:20px 0;
	padding:15px;
}

/* Most common stuff you'll need to change */
.coda-slider-wrapper{
	padding:0px 0px;
}

.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:190px;
	overflow:auto!important;
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel{
	width:760px;
} 

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel{
	width:760px;
}

.coda-slider-wrapper.arrows .coda-slider{
	margin:0px 0px;
}

/* Arrow styling */
.coda-nav-left a{
	background:url("../../templates/_global/images/arrow-l.png") no-repeat left;
	color:#fff;
	width:50px;
	height:50px;
	margin-top:70px;
}

.coda-nav-right a{
	background:url("../../templates/_global/images/arrow-r.png") no-repeat right;
	color:#fff;
	width:50px;
	height:50px;
	margin-top:70px;
}

/* Panel padding */
.coda-slider .panel-wrapper{
	padding:0px;
}

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav{
	background-color:yellow;
	padding:0px;
	margin:0px;
}

.coda-nav ul#spotlight-nav{
	clear:both;
	display:block;
	margin:179px 0px 0px 406px;
	overflow:visible;
	position:absolute;
	height:11px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
	text-indent:0px;
}

.coda-nav ul#spotlight-nav li{
	display:inline;
}

.coda-nav ul#spotlight-nav li a{
	background:#666;
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	width:11px;
	height:11px;
	font-size:0px;
	margin:0px 6px 0px 0px;
}

.coda-nav ul#spotlight-nav li a.current{
	background:#39c;
}

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


