/* CSS Document */
body {
  text-align: center;
  font-family: verdana, sans-serif;
  color: #FFF;
  font-size: 10px;
  line-height: 140%;
  margin: 0; padding: 0;
  background: #1e1e1e;
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a span {
  cursor: pointer;
}
p {
  color: #999999;
}
#head {
  width: 980px; height: 104px;
  margin: 0 auto; 
  position: relative;
  text-align: left;
}
h1 a {
  width: 151px; height: 25px;
  position: absolute; top: 25px; left: 58px;
}
h1 a span {
  background: url(../img/lucie-vitova.png) no-repeat;
  width: 151px; height: 25px;
  position: absolute; top: 0; left: 0;
}
#head p {
  width: 300px;
  margin: 0;
  position: absolute; top: 65px; left: 168px;
}
#head ul {
  margin: 0;
  position: absolute; top: 65px; left: 474px;
  width: 500px;
}
#head ul li {
  display: inline;
}
#head ul li a {
  display: inline-block;
  margin-right: 26px;
}
#head ul li.active a {
  color: #999999;
}
a.archive {
  background: url(../img/arrow.png) left center no-repeat;
  padding-left: 12px;
  position: absolute; right: 62px; top: 65px;
  margin-right: 0;
}
#content {
  background: #000;
  padding: 10px 9px 0 9px;
  width: 854px;
  height: 580px;
  border: 1px solid #3b3b3b;
  margin: 0 auto;
  position: relative;
}
li {
  list-style: none !important;
}
.areaSlider {
    position: relative;
}
a.areaSlider7 {
  position: absolute;
  left: -414px; top: 0;
}
.prev {
    background: url("../img/btn_prev.png") no-repeat scroll 0 270px transparent;
    cursor: pointer;
    height: 570px;
    left: -50px;
    position: absolute;
    top: 0;
    width: 381px;
    z-index: 80;
}
.next {
    background: url("../img/btn_next.png") no-repeat scroll 350px 270px transparent;
    cursor: pointer;
    height: 570px;
    position: absolute;
    right: -50px;
    top: 0;
    width: 381px;
    z-index: 80;
}


