.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
body {
  background-color: #000;
  text-align: center;
  font-family: Trebuchet, Verdana, Arial;
  font-size: 9px;
  color: grey;
}
div#hlavni {
  width: 970px;
  height: 100%;
  margin: 0px auto;
}
div#gap {
  background-image: url(background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 950px;
  height: 170px;
  float: left;
}
div#klienti {
  width: 170px;
  float: left;
  background: transparent;
  text-align: left;
}
div#reference {
  width: 800px;
  background: transparent;
  float: left;
}
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
    	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 3px solid white;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.highslide:hover img {
	border: 3px solid #f30;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 1px solid grey;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 1px solid grey;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 9pt;
    padding: 5px;
    background-color: white;
}
.highslide-caption a{ color: red; text-decoration: none;}
.highslide-caption a:hover {color: blue; text-decoration: underline;}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
td {
  text-align: center;
}
a, a:visited {
  color: #99bef8;
  text-decoration: none;
}
a:hover {
  color: yellow;
  text-decoration: underline;
}
ul {
  list-style: square;
  margin: 0px;
  padding: 0 0 0 10px;
}
ul li {
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
}
#reklama {
	margin-top: 50px;
	float: right;
}
