body {
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
}
#box_obrazku {
	position: absolute;
	width: 500px;
	height: 255px;
	overflow: hidden;
}
#box_obrazku>img {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#box_obrazku * {
  float: left;
}
#box_obrazku .cache {
  display: none;
}
#box_obrazku .navigace {
	display: none;
	position: absolute;
	top: 220px;
	width: 496px;
	height: 21px;
	padding: 4px 0px 0px 4px;
	z-index: 1;
	left: 15px;
}
#box_obrazku a {
	width: 15px;
	min-height: 14px;
	height: auto;
	margin-right: 3px;
	border: 1px solid #8fb945;
	padding-top: 1px;
	text-align: center;
	color: #8fb945;
	background-color: #333;
}
#box_obrazku .aktualni {
	color: #FFF;
	text-decoration: none;
	cursor: default;
	background-color: #8fb945;
}
#box_obrazku a:not(.aktualni):hover {
  color: #FFF;
  background: #F30;
}

