/*
	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 */

/*
	body { padding: 20px }
*/
	.panel span.title { display:none; visibility:hidden;}
	noscript div {}


/* Most common stuff you'll need to change */

	.coda-slider-wrapper { border:1px solid #CCCCCC; background-color:#FFFFFF; margin:2px; padding:2px;}
	.coda-slider { background: #FFFFFF }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 170px; overflow: auto !important;}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 484px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {}
	.coda-slider-wrapper.arrows .coda-slider {}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #333333; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current {}
	
	/* Panel padding */
	.coda-slider .panel-wrapper {}
	
	/* Preloader */
	.coda-slider p.loading { text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; overflow: hidden; margin-left:-20px;}
	.coda-nav ul li {list-style: none; display: inline;}
	.coda-nav ul li a {
		list-style: none;
		display: block;
		float: left;
		margin: 1px;
		padding-top: 8px;
		padding-bottom: 3px;
		padding-left:4px;
		padding-right:4px;
		text-decoration: none; 
		border: 1px solid #d3d3d3;
		border-top: 0px solid #d3d3d3;
		background: #e6e6e6 url(/dscript/css/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
		font-weight: normal;
		color: #555555;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto;}
	.coda-slider { float: center; 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 }
