/*
rozowy kolor tekstu: #eb70ec;
szary kolor tekstu #e7e7e7;
*/
html,
body	{
background-image:url('images/tlo_01.gif');
color:#e7e7e7;
font-size:11px;
font-family:verdana;
letter-spacing:0.2px;
background-color: transparent;
}
#preloaded-images	{
display:none;
}
h1 {font-size:12px;}

a:link {color:#fff;}      /* unvisited link */
a:visited {color:#fff;}  /* visited link */
a:hover {color:#eb70ec; text-decoration:none;}  /* mouse over link */
a:active {color:#0000FF;}

a {color:#fff;}
#glowny_content	{
background-image:url('images/podswietlenie_03.png');
text-align:center; 
width:1200px; 
margin:auto;
min-height:940px;
position:relative;
}
.text	{
font-size:12px;
}
#wrapper	{
position:relative;
}
/* Easy Slider */

	#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:485px;
		height:238px;
		overflow:hidden; 
		}	
#prevBtn, #nextBtn	{ position: absolute; width: 50px; height: 60px;  top: 85px; display:block;}
#prevBtn a, #nextBtn a	{ width: 50px; line-height: 60px; text-indent: -5000px; display:block;}
#prevBtn	{ left: -23px; 	background: url(images/strzalki_04.png) no-repeat right;} 
#nextBtn	{ left: 460px;	background: url(images/strzalki_03.png) no-repeat left;}

	/* numeric controls */	

	ol#controls{
		position: absolute; 
		width:150px;
		left:300px;
		top:200px;
		margin:1em 0;
		padding:0;
		height:15px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		line-height:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#e7e7e7;
		color:#555;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#9810a4;
		font-weight:bold;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
/**/

