/* Insignificant stuff, for demo purposes */

	#inner-body {text-align: center; width: 605px }
	#inner-body h2 { font-size: 25px; text-align: left; margin: 15px 0 35px }
	#inner-body .panel h2 { font-size: 15px; margin: 15px 0 20px }
	#inner-body p, #inner-body ul { clear: both; display: block; text-align: left; margin: 15px 0 }
	#inner-body p, #inner-body ul, #inner-body ol { font-size: 13px; line-height: 1.4em }
	#inner-body p a, #inner-body li a { color: #39c; text-decoration: none }
	#inner-body p a:hover, #inner-body li a:hover { text-decoration: underline }
	#inner-body p.intro { padding: 20px 0 0; text-align: center; width: 100% }
	#inner-body ol { border-bottom: 1px solid #ccc; list-style: decimal; margin-bottom: 30px; padding: 0 0 25px 30px; text-align: left }
	#inner-body hr { background-color: #fff; border-color: #ccc; border-style: solid; border-width: 1px 0 0; color: #fff; margin: 55px 0 }

	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
	.coda-slider-wrapper { text-align: left }

/* Styling for specific sliders */


	#coda-nav-left-1, #coda-nav-1, #coda-nav-right-1 { float: left }
	#coda-nav-1 ul { margin: 0 !important }
	#coda-nav-left-1 a, #coda-nav-right-1 a { padding: 4px; width: 20px }
	#coda-slider-1 { clear: both }
	


/* Stuff to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #fff }
	
	/* 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 {
	width: 580px
} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 560px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	background: #f1f1f1;
	padding:2px!important;
	color: #333;
	width: 100px;
	text-decoration: none!important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e4e4e4;
	border-right-color: #CCC;
	border-bottom-color: #cfcfcf;
	border-left-color: #e4e4e4;
}
	
	/* Tab nav */
	#inner-body .coda-nav ul li a.current { background: #A67749 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */
.coda-nav-wrap {
	text-align: center;
	margin-right: auto;
	margin-left: 15px;
}
.coda-nav-wrap a{outline:none}
	/* Tabbed nav */
	#inner-body .coda-nav ul {
	clear: both;
	display: block;
	margin: 0 !important;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
	#inner-body .coda-nav ul li { display: inline; margin: 0!important }
	#inner-body .coda-nav ul li a {
	background: #506C91;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
}
	#inner-body .coda-nav ul li a:hover {background: #3b5374;}

	.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 }
