@charset "utf-8";

#preload {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	width: 430px;
	float: left;
}



#c {
	margin: auto;
	width: 430px;
	
}



/*#meniu a {
	color: #333;
	float: left;
	height: 18px;
	background-image: url(../images/meniu-spacer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 11px;
	padding-right: 13px;
	font-size: 1.05em;
}*/


.slider {
	float: left;
	height: 247px;
	width:400px;
	margin-top: 0px;
}

.buton a:hover {
	color: #0081c6;
	text-decoration: none;
}

.slide-desc  {
	position: absolute;
	padding-left: 50px;
	padding-top: 57px;
	width: 410px;
}




.slide img {
	float: none;
}

.clr {
	clear: both;
}
#slide-nav {
	float: right;
	position: absolute;
	z-index: 10000;
	margin-top: 220px;
	
	margin-left: 10px;
}
#slide-nav a {
	text-decoration: none;
	/*clear: both; */
	float: left;
	background-image: url(../images/slide-nav.png);
	height: 9px;
	width: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px;
}
#slide-nav a.activeSlide {
	background-image: url(../images/slide-nav-on.png);
	background-repeat: no-repeat;
}
#slide-nav a:focus {  }


