/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
	height: 600px;
}
	.coda-slider {
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	overflow: hidden !important
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 517px;
	height: 600px;
} 
	
	/* Panel padding */
	.coda-slider .panel-wrapper {
}
	
	/* Preloader */
	.coda-slider p.loading {
	text-align: center
}
	
	/* Miscellaneous */
	.coda-slider-wrapper {
	clear: both;
	overflow: hidden
}
	.coda-slider {
	overflow: hidden;
	position: relative;
	float: left;
}
	.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 }
	
