/*
	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.
*/
noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
/* Most common stuff you'll need to change */
	.coda-slider-wrapper { }
	.coda-slider { 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;}
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 1010px  ; max-height: 190px !important; height: 190px;} 
	.entry .coda-slider, .entry .coda-slider .panel { width: 575px  ; min-height: 450px !important; height:auto !important; max-height: 100% !important;} 
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 575px }
	.coda-slider-wrapper.arrows .coda-slider { }
/* Panel padding */
	.coda-slider .panel-wrapper { }
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { 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 }