

/* Most common stuff you'll need to change */

	

/* Gallery */


#gallery {
		width:777px;
		margin:0 auto 22px auto;
		padding:0;
		height:319px;
		text-align:left;
		overflow:hidden;

}

	.coda-slider-wrapper {
		width:679px;
		height:310px;
		background:url(../images/gallery_bg.png) no-repeat top center;
		position:relative;
		padding:9px 0 0 98px;
		overflow:hidden;

	}
	.coda-slider {
		width:583px;
		height:300px;

	}

	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 300px; overflow: auto !important; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { 
			width:583px;
			position:relative;


		} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
		width:583px;


	}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }



	/* Arrow styling */
	.coda-nav-left a {
		background:url(../images/prev_btn.png) no-repeat 0 0;
		width:62px;
		height:0px;
		padding-top:122px;
		overflow:hidden;
		display:block;
		cursor:pointer;
		position:absolute;
		left:0;
		top:90px;


	}

	.coda-nav-right a {
		background:url(../images/next_btn.png) no-repeat 0 0;
		width:62px;
		height:0px;
		padding-top:122px;
		overflow:hidden;
		display:block;
		cursor:pointer;
		position:absolute;
		right:0;
		top:90px;

	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
		width:583px;
		height:300px;
		overflow:hidden;
	}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
	
	
	
	
	
	
	/*--------------------------------------------------------*/
	
	
	.banner {
		width:583px;
		height:300px;
		position:relative;
		z-index:1;
	}
	
	.banner-info {
		background:url(../images/banner_infobg.png) no-repeat 0 0;
		width:553px;
		height:33px;
		position:absolute;
		z-index:2;
		left:0;
		bottom:0;
		padding:17px 15px 0 15px;
		text-transform:uppercase;
	}
	
	
	
	
	
	
	
	
	
	

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* 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 }
	
