/*
	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: 0px }
	.panel h2.title {margin:10px 0 10px 0; padding: 0px; text-align: left; font-weight: normal; font-size: 26px; color:#febe10; 
			line-height:140%; }
	noscript div { background: #ccc; border: none; margin: 0; padding: 0px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0 }
	.coda-slider { 
		background-color:#163957;
			color:#FFF;
			line-height:140%;
			background-image: url(../images/back_stred_modra.jpg);
			background-repeat: repeat-x; }
	.coda-slider a, .coda-slider a:active, .coda-slider a:visited { color: #febe10; text-decoration: none; font-weight:bold;}
	.coda-slider a:hover { color: #fff;text-decoration: underline;  }
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important;  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 520px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 520px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {  }
	
	/* Tab nav */
	
	.coda-nav ul li a.current { color:#febe10;}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px 13px 13px 13px ; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 0px; 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; margin: auto; padding:20px 0 20px 0; overflow: hidden;background-image: url(../images/back_navigation.jpg);
		background-position: center;
		background-repeat: no-repeat;}
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {  color: #fff; display: block; margin: 6px 13px 6px 13px; padding: 0px; text-decoration: none;font-size: 16px; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; 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, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: none }
	