@charset "utf-8";
/* CSS Document */

 /* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
    /* // image replacement */

/* Easy Slider */

	#slider ul, #slider li,
	#slider1 ul, #slider1 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider1{
		margin-top:0px;
		margin-left: 60px; 
		margin-right: 60px;
	}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:972px;
		height:392px;
		overflow:hidden; 
		}	
	
	
	#slider1 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:860px;
		height:230px;
		overflow:hidden; 
		}	
		
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:47px;
		height:47px;
		float: left;
		margin-top: -168px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		float: right;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:absolute;
		width:47px;
		height:47px;
		background:url(../images/buttonL.png) no-repeat 0 0;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/buttonR.png) no-repeat 0 0;
		}	
	#nextBtn a:hover {
		background:url(../images/buttonR_over.png) no-repeat 0 0;
	}
	#prevBtn a:hover {
		background:url(../images/buttonL_over.png) no-repeat 0 0;
	}
	/* numeric controls */	

	ol#controls{
	position: absolute;
	margin-top: -25px;
	margin-left: 355px; 
	padding:0px;
	height:16px;
	text-align: center;
	font-size:9px;
	z-index: 10;
	color: #FFF;
		}
	ol#controls li{
		margin:0px 10px 0px 0px; 
		padding:0;
		float:left;
		list-style:none;
		height:16px;
		width: 16px;
		line-height:16px;
		}
	ol#controls li a{
	float:left;
	height:16px;
	width: 16px;
	line-height:16px;
	color: #FFF;
	padding:0;
	text-decoration:none;
	background-image: url(../images/kropkaBiala.png);
	background-repeat: no-repeat;
		}
	ol#controls li.current a{
	color:#660000;
	background-image: url(../images/kropkaKolor.png);
	background-repeat: no-repeat;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */