*{margin:0px; padding:0px;}

/* root element for tabs  */
ul.tabs { 
	position: relative;
	float: left;
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:0px solid #666;	
	height:33px;
}

ul.tabs_pcv { 
	position: relative;
	float: right;
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:0px solid #666;	
	height:33px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs_pcv li { 
	float:right;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs_pcv a, ul.tabs a { 
	background:  url('../images/tabsy_inactive.png') repeat-x;
	display:block;
	height: 33px;  
	line-height:30px;
	width: 266px;
	text-align:left;	
	text-decoration:none;
	padding:0px;
	margin:0px 3px 0px 2px;	
	position:relative;
	top:1px;
		color:#0000d4;
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
}

ul.tabs a:active, ul.tabs_pcv a:active {
	outline:none;		
	background: url('../images/title_bar_bcg.png') repeat-x;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover, ul.tabs_pcv a:hover {
	background: url('../images/title_bar_bcg.png') repeat-x;
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a, ul.tabs_pcv a.current, ul.tabs_pcv a.current:hover, ul.tabs_pcv li.current a {
	background: url('../images/title_bar_bcg.png') repeat-x;
	cursor:default !important; 
	color:#fff !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/*--- style dla slidera ----- */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider  li, #slider2  li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:811px;
		height:135px;
		overflow:hidden; 
		display:block;
		}
		
	/*	#slider  li img, #slider2 li img{ float: left; margin-right: 10px; margin-right: 2px; }*/
		
	#slider, #slider2 p{margin: 20px}	
	#slider h3, #slider2 h3 {font-size: 16px; text-transform: uppercase;}
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls w sliderze */	

	ol#controls{
		position: relative;
		float:left;
		margin-left:385px;
		padding:0;
		height:24px;	
		width: 100%;
		text-align: center;
		}
	ol#controls li{
		margin:0 18px 0 0px; 
		padding:0px;
		float:left;
		list-style:none;
		height:24px;
		text-align: center;
		width: 12px;
		line-height:24px;
		}
	ol#controls li a{
		float:left;
		height:24px;
		width: 24px;
		line-height:24px;
		border:1px solid #fff;
		text-align: center;
		background:#4d4d4d;
		color:#ffffff;
		padding: 0px;
		text-decoration:none;
		}
		
		
	ol#controls li.current a{
		text-align: center;
		background:#323232;
		color:#ffffff;
		font-weight: bold;
		font-size: 11px;
		}
	ol#controls li a:focus, ol#controls li a:hover, #prevBtn a:focus,  #nextBtn a:focus{outline:none; color: #fff;}
	
/* koniec Easy Slider */

/*--- style dla slidera ----- */
