@charset "windows-1250";
/* CSS Document */
#wrapper {
	width:1000px;
	margin:0px;
	height: 290px;
	position: absolute;
}
.sliderbutton {
	float:left;
	width:55px;
	padding-top:125px;
	z-index: 1000;
	position: relative;
	left: -6px;
}
.sliderbutton img {
	cursor:pointer;
	float: right;
}
.sliderbutton2 {
	float:right;
	width:55px;
	padding-top:125px;
	z-index: 1000;
	position: relative;
	right: -1px;
}
.sliderbutton2 img {cursor:pointer}
.sliderbutton2 img:hover, .sliderbutton img:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);}
#slideshow {
	float:left;
	width:1000px;
	height: 289px;
	position: absolute;
	z-index: 1;
}
#slides {
	position:relative;
	width:1000px;
	height: 289px;
	list-style:none;
	overflow:auto;
	margin: 0px;
	padding: 0px;
}
#slides li {
	width:1000px;
	height: 289px;
	margin: 0px;
	padding: 0px;
}
#slides li img {
	margin-top: auto;
	margin-bottom: auto;

	bottom: 0px;
}
.pagination {
	font-family: 'Lora', serif;
	list-style:none;
	height:25px;
	position: absolute;
	z-index: 1000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	padding: 0px;
	bottom: 10px;
	right: 45%;
	display: block;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.pagination li {
	float:left;
	cursor:pointer;
	text-align:center;
	color:#222;
	font-size: 13px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 23px;
	height: 23px;
	width: 23px;
	background-color: #000;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pagination li:hover {
	color:#FFF;
	background-color: #333;
}
li.current {
	color: #FFF;
	background-repeat: no-repeat;
	background-color: #333;
}

.txoblast {
	position: absolute;
	/*	text-shadow: #666 2px 2px 5px;
	-webkit-text-shadow: #999 2px 2px 5px;
	-moz-text-shadow: #999 2px 2px 5px;*/
	width: 300px;
	right: 70px;
	padding: 20px;
	background-image: url(../img/poz_white.png);
	background-repeat: repeat;
	bottom: 30px;
		-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.txoblast .nadpis a {
	font-size: 250%;
	font-weight: lighter;
	color: #E2001A;
	text-decoration: none;
	text-align: left;
	display: block;
	text-transform: uppercase;
	line-height: 110%;
	padding-bottom: 10px;
}
.txoblast .text a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}