.slider {
	position: relative;
}
.slider #prev {
	width: 29px;
	height: 43px;
	position: absolute;
	top: 139px;
	left: 406px;
	background: url("slider_prev.png");
	z-index: 10;
}
.slider #next {
	width: 29px;
	height: 43px;	
	position: absolute;
	top: 139px;
	right: 100px;	
	background: url("slider_next.png");
	z-index: 10;
}
#slideshow {
	margin: -21px 0 20px 31px;
	float: left;
	width: 700px;
	height: 350px;
	position: relative;
}

#slideshow img {
	sborder: 1px solid red;
}

#nav { 
	z-index: 50; 
	position: absolute; 
	bottom: 20px; 
	width: 100%;
	text-align: center !important;
}
#nav a { 
	width: 23px;
	height: 23px;
	text-decoration: none;
	padding: 12px;
	font-size: 0;
	background: url("slider_pag.png") no-repeat;
	
}
#nav a.activeSlide { 
	background: url("slider_pag_current.png") no-repeat;
}
#nav a:focus { 
	outline: none; 
}
.kontakt {
	float: left;
	background: url("infolinia.png") no-repeat;
	width: 300px;
	height: 275px;
	margin-left: 60px;
	margin-top: 30px;
	background-size: 90%;
	background-position: center;
}