*{
	margin:0;
	padding:0;
}
body{	
	overflow-x:hidden;
}

.wrapper{
	width:960px;
	margin:20px auto;
}
.clear{
	clear:both;
}
.footer{
	text-align:center;
	width:100%;
	padding:20px 0px;
	clear:both;
	margin-top:30px;
}
.footer a{
	margin:0px 20px;
}
/* Slider Style */
.pxs_container {
	width:100%;
	height:600px;	
	position:relative;	
	
	border-bottom:5px solid #52606a;
	overflow:hidden;
	-moz-box-shadow:0px 0px 7px #000;
	-webkit-box-shadow:0px 0px 7px #000;
	box-shadow:0px 0px 7px #000;
}
.pxs_bg{
	background:#666565;
}
.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:7584px; /*1264px window width times number of images*/
	height:600px;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}
.pxs_bg .pxs_bg1{
	background:#555;
	background-image:url(grafika/chmury2.png);
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background-image:url(grafika/hasla.png);
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3{
	
	background-image:url(grafika/chmury.png);
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
	
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:0px;
	height:600px;
}
ul.pxs_slider li{
	height:600px;
	float:left;
	position:relative;
	
}
ul.pxs_slider li img{
	display:block;
	margin:70px auto 0px auto;
	-moz-box-shadow:0px 0px 7px #222;
	-webkit-box-shadow:0px 0px 7px #222;
	box-shadow:0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
ul.pxs_footer{
	height:32px;
	position:absolute;
	top:560px;
	left:50%;
}
ul.pxs_footer li{
	position:absolute;
	display:block;
}
ul.pxs_footer li img{
	border: 0;	
	cursor:pointer;
	display:block;
	opacity:1.0;
}
ul.pxs_footer li img:hover{
	opacity:0.6;
}

ul.pxs_footer li.selected img{
	opacity:0.6;
}
ul.pxs_opis{
	height:30px;
	position:absolute;
	top:30px;
	font-family:'apolonia_nova_otregular';
	font-size:18px;
	color:#fff;
}
ul.pxs_opis li{
	display:block;
	width:200px;
	position:relative;
	text-align:center;
	float:left;
}
ul.pxs_opis li a
{
	color:#a39297;
	text-decoration:none;
}
ul.pxs_opis li a:hover
{
	color:#fff;
}
.pxs_navigation span{
	position:absolute;
	width:60px;
	height:60px;

	top:230px;
	opacity:0.8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.pxs_navigation span:hover{
	opacity:0.6;
}
.pxs_navigation span.pxs_prev{
	background:#52606a url(grafika/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	background:#52606a url(grafika/next.png) no-repeat center center;
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(grafika/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}