/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { width: 916px; height: 330px; float: left; display: inline; }
	.coda-slider { background: #000; margin-left: 8px; }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { color: #eedaaf; width: 800px; height: 329px; } 
	
    .panel h1, .panel h2 { color: #fff; }
    
	/* Panel padding */
	.coda-slider .panel-wrapper { height: 329px; overflow: hidden; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

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

	/* Miscellaneous */
	.coda-slider-wrapper { 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 { width: 50px; height: 44px; float: left; display: inline; margin-top: 132px; }
    .coda-nav-left a { width: 50px; height: 44px; display: block; }
    .coda-nav-right { width: 50px; height: 44px; float: right; display: inline; margin-top: 132px; }
    .coda-nav-right a { width: 50px; height: 44px; display: block; }
    
