.panel h2.title { margin-bottom: 10px   }
/* Most common stuff you'll need to change */

	.coda-slider-wrapper { background-image: url(../images/css/bg_slideshow.jpg); background-repeat: no-repeat; background-position: 495px 25px; padding: 20px 0 0    }
#about .coda-slider-wrapper { background-image: none; }
.coda-slider { color: #333; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { overflow: auto !important; padding-right: 20px }
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 406px ; float: right; }
/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { color: #fff; font-size: xx-small; background-image: none; background-attachment: scroll; width: 29px ; height: 30px; float: left; clear: left; }
.coda-nav-left a { background-image: url(../images/css/btn_arrow_back.gif); background-repeat: no-repeat; height: 33px; margin-bottom: -40px; margin-left: 45px; }
.coda-nav-right a { background-image: url(../images/css/btn_arrow_fwd.gif); background-repeat: no-repeat; float: right; margin-top: -33px; margin-right: 45px; }
/* Tab nav */
	.coda-nav ul li a.current { color: #fff; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; cursor: default; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { width: 346px; padding: 30px; }
	
	/* 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 { background-image: url(../images/css/bg_timeline_nav.jpg); width: 887px; height: 31px; clear: both; display: block; margin: auto; overflow: hidden    ; padding-top: 6px; padding-left: 85px; }
.coda-nav ul li { display: inline }
.coda-nav ul li a { color: #ccc; font-size: 13px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; display: block; float: left; margin-right: 1px; padding: 3px 8px; text-decoration: none   ; border-right: 1px solid #000; border-left: 1px solid #333; }
#about .coda-nav ul li a, #contact .coda-nav ul li a { border-style: none; }
.coda-nav ul li.tab1 a { padding-left: 10px; border-left-style: none; }
.coda-nav ul li.tab6 a { border-right-style: none; }
.coda-nav ul li a:hover { color: #fff; }
/* 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 a, .coda-nav-right a { display: block; text-align: center; text-decoration: none ; text-indent: -999em; }
