/*
	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:0;margin:0;background:url(http://www.viadesign.pl/images/viadesign_bg.png) center repeat-y;text-align:center}
	.panel span.title { margin:0;padding:0;height:0px;color:#000;font:1px tahoma }
	noscript div { background: none; border: 1px solid #900; margin:0; padding:0 }

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

	.coda-slider-wrapper { padding:0; background:url(http://www.viadesign.pl/images/port_bot_left.png) bottom left no-repeat }
	.coda-slider { background: transparent }
	
	/* 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; padding-right:0 }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 950px; height: 253px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 950px }
	.coda-slider-wrapper.arrows .coda-slider { margin:0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #111; color: #fff; padding:0; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: transparent; color:#a0c101; font: 11px tahoma; line-height:22px; border-bottom: 3px solid #a0c101 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:0 }
	
	/* Preloader */
	.coda-slider p.loading { padding:0; 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: visible; height:32px; margin: 0; float: right; padding-right:14px;width:70px }
	.coda-nav ul li { display: inline; height:22px; width:16px; text-align:center }
	.coda-nav ul li a { background: transparent; color: #666; float: left; margin:0; padding:0; text-decoration: none;width:16px; font: 11px tahoma;line-height:22px }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative;width: 950px}
	.coda-slider .panel { display: block; float: left;width: 950px}
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left;width:100px}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
