/*
	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.
*/
/* Insignificant stuff, for demo purposes */
noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }
/* Most common stuff you'll need to change */

	.coda-slider-wrapper { width: 300px; padding: 0   }
	.coda-slider { 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 { height: 100px; overflow: auto !important;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 600px; height:100px; }
/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { color: #fff; font-size: xx-small; text-decoration: none; width: 20px   ; height: 15px; margin-right: 5px; display: block; }
.coda-nav-left a { background-image: url(../images/css/arrow_back.png); background-repeat: no-repeat; background-position: 0 0; text-indent: -999em; position: absolute; top: 0; left: 285px; width: 20px; height: 15px; z-index: 99; }
.coda-nav-left a b { background-image: url(../images/css/arrow_back.png); background-repeat: no-repeat; background-position: 0 0; position: absolute; top: 0; left: 0; width: 20px; height: 15px; z-index: 99; cursor: pointer; display: block; }
.coda-nav-right a { background-image: url(../images/css/arrow_fwd.png); background-repeat: no-repeat; background-position: 0 0; text-indent: -999em; position: absolute; left: 285px; bottom: 0; width: 20px; height: 15px; z-index: 99; }
.coda-nav-right a b { background-image: url(../images/css/arrow_fwd.png); background-repeat: no-repeat; background-position: 0 0; position: absolute; top: 0; left: 0; width: 20px; height: 15px; z-index: 99; cursor: pointer; display: block; }
/* Tab nav */
/* Panel padding */
.coda-slider .panel-wrapper { padding: 20px }
/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }
/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	/*.coda-slider { float: left; overflow: hidden; position: relative;}*/
	.coda-slider { float: left; overflow: hidden; position: relative;}
	/*.coda-slider .panel { display: block; float: left }*/
	.coda-slider .panel { display: block;}    
	.coda-slider .panel-container { position: relative }
