/*
	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 */

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

	.coda-slider-wrapper { 
		
		width: 540px !important; 
		text-align: center; 
		padding: 8px; 
		background: #DFDFDF;
		border: 2px solid #EC8624; 
		border-top-left-radius: 7px;	
		-moz-border-radius-topleft: 7px;	
		-webkit-border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;	
		-moz-border-radius-bottomleft: 7px;	
		-webkit-border-bottom-left-radius: 7px;
	}
	.coda-slider { }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 380px; overflow: auto !important;  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 540px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 540px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0; }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 0px; display: none}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #EC8624 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0; height: 380px; overflow: hidden;}
	
	/* 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; margin:0 !important; overflow: hidden; padding:0 !important; }
	.coda-nav ul li { display: block; float: left; margin:0; padding:0; }
	.coda-nav ul li a { background: #4E4443; color: #fff; display: block; float: left; padding: 3px 3px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.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: block; text-align: center; text-decoration: none }
	

	p.hidenimg {
			display:none;
		}
		
		.coda-slider-wrapper {
			width: 540px;
		}
		
		.opacity {
			position: absolute;
			top: 330px;
			left:0;
			background: #000;
			z-index: 1000;
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
			height:50px;
			width:540px;
		}
		
		.opacity_text {
			position: absolute;
			top: 330px;
			left:0;
			z-index: 2000;
			height:50px;
			width:520px;
			color: #fff;
			padding: 10px;
			text-align: left;
		}
		
		.opacity_text a {
			color: #fff;
		}
		
		.opacity_text p {
			float: right;
			margin:0;
		}
		
		.opacity_text p span.cena {
			color: #E30000;
			font-size: 18px;
			font-weight: bold;
			
			padding: 0 3px 0 3px;
		}
		
		.panel-wrapper {
			position: relative;
			height: 300px;
		}
		
		.panel-wrapper img {
			border-top: 2px solid #4C4C4C;
			border-left: 2px solid #4C4C4C;
			border-right: 2px solid #4C4C4C;
		}
		
	.topffert {
		background: #EC8624;
		margin:0 0 0 20px;
		
		padding: 5px 25px 5px 25px;
		color: #fff;
		border-top-right-radius: 7px;	
		-moz-border-radius-topright: 7px; 	
		-webkit-border-top-right-radius: 7px;
		border-top-left-radius: 7px;	
		-moz-border-radius-topleft: 7px;	
		-webkit-border-top-left-radius: 7px;
		float: left;
		border-bottom: 0;
	}
