/*
	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 h2.title { margin-bottom: 10px }
	noscript div { /*background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px*/ }

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

	.coda-slider-wrapper { /*padding: 20px 0*/ }
	.coda-slider { /*background: #ebebeb*/ }
	
	/* 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; /*padding-right: 20px*/ }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {height: 200px; width: 710px; /*padding:0px 5px 0 0;*/ margin:0; text-align:center; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 710px; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	/**/	.coda_nav { z-index:100; width:710px; position: relative; margin:0px auto;}
	.coda-nav-left a { float:left; background:url(../images/lewo1.png) top right no-repeat; color: #fff; padding: 0px; width:16px; height:200px; margin:-200px 0 0 0px;}
	.coda-nav-right a { float:right; background:url(../images/prawo1.png) top left no-repeat; color: #fff; padding: 0px; width:16px; height:200px; margin:-200px 0px 0 0;}
	.coda-nav-left a:focus, .coda-nav-right a:focus {/*outline: 1px #c0c dotted;*/ outline:none;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #222 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { /*padding: 20px*/ }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; 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; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #ddd; color: #000; display: block; float: left; margin:2px; padding: 6px 20px; text-decoration: none }
	.coda-nav ul li a:hover { background: #FF4D0B; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; margin:0 auto; width:710px; /*height: 230px;*/ }
	.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 }
	
/*----------------------------------------------*/
	.coda-slider table{float:left !important;}
	.coda-slider table td{ /*border:solid 1px #ddd;*/ /*padding:0px;*/ width:300px; height:200px; text-align:left; /*overflow:hidden;*/}
	.coda-slider table td img{ /*border:solid 1px #ccc !important;*/ border:none !important;}
	.coda-slider table td{font:normal 12px/19px Arial; text-align:left;}
	.coda-slider table td div{padding:15px;}
	.coda-slider table td div.tekst{ /*border:solid 1px #000;*/ z-index:100; position: relative; padding:10px 15px; height:60px; margin:-80px 0 0 0;
	font:normal 12px/19px Arial; color:#fff !important; text-align:left; background:url(../../images/b60.png) left top repeat-x; overflow:hidden;}
	.coda-slider table td div.tekst a{color:#D1F75C;}
	.coda-slider table td div.tekst a:hover{color:#fff;}
/*----------------------------------------------*/
	
	
	
	
	
	
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider1 { /*height: 250px;*/ overflow: auto !important; /*padding-right: 20px*/ }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider1, .coda-slider1 .panel {/*height: 250px;*/ width: 950px; margin:0; text-align:center; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider1-wrapper.arrows .coda-slider1, .coda-slider-wrapper.arrows .coda-slider1 .panel { width: 950px; }
	.coda-slider1-wrapper.arrows .coda-slider1 { margin: 0 0px }
	
	/* Arrow styling */
	/**/	.coda_nav1 { z-index:100; width:950px; position: relative; margin:0px auto;}
	.coda-nav-left1 a { float:left; background:url(../images/lewo.png) top right no-repeat; color: #fff; padding: 0px; width:16px; height:172px; margin:-250px 0 0 0px;}
	.coda-nav-right1 a { float:right; background:url(../images/prawo.png) top left no-repeat; color: #fff; padding: 0px; width:16px; height:172px; margin:-250px 0px 0 0;}
	.coda-nav-left1 a:focus, .coda-nav-right1 a:focus {/*outline: 1px #c0c dotted;*/ outline:none;}
	
	/* Tab nav */
	.coda-nav1 ul li a.current { background: #222 }
	
	/* Panel padding */
	.coda-slider1 .panel-wrapper { /*padding: 20px*/ }
	
	/* Preloader */
	.coda-slider1 p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav1 ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav1 ul li { display: inline }
	.coda-nav1 ul li a { background: #ddd; color: #000; display: block; float: left; margin:2px; padding: 6px 20px; text-decoration: none }
	.coda-nav1 ul li a:hover { background: #FF4D0B; }
	
	/* Miscellaneous */
	.coda-slider1-wrapper { clear: both; overflow: hidden; margin:0 auto; width:950px; /*height: 250px;*/ }
	.coda-slider1 { float: left; overflow: hidden; position: relative }
	.coda-slider1 .panel { display: block; float: left; }
	.coda-slider1 .panel-container { position: relative; }
	.coda-nav-left1, .coda-nav-right1 { /*float: left*/ }
	.coda-nav-left1 a, .coda-nav-right1 a { display: block; text-align: center; text-decoration: none }
	
	
