.fotoxml.fotobanner {
  position: relative;
  display: block;
  width: 107px;
  height: 359px;
/*  left: 204px;*/
}

.fotoxml.fotobanner .foto {
  position: absolute;
  top: 0px;
  width: 101px;
  height: 57px;
  border: 2px solid transparent;
}

.fotoxml.fotobanner #foto0 {
  top: 24px;
}

.fotoxml.fotobanner #foto1 {
  top: 108px;
}

.fotoxml.fotobanner #foto2 {
  top: 191px;
}

.fotoxml.fotobanner #foto3 {
  top: 274px;
}


.fotoxml.fotobanner .arrowprev {
  position: absolute;
  top: 0px;
  left: 41px;
  border: none;
}

.fotoxml.fotobanner .arrownext {
  position: absolute;
  bottom: 0px;
  left: 41px;
  border: none;
}

.fotoxml.fotodisplay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.fotoxml.fotodisplay .wallpaper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

/*  background-color: #404040;
  background-color: #808080;
  opacity: 0.5;*/
}

.fotoxml.fotodisplay .content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  width: 100%;
  height: 100%;
/*  background-color: #800000;*/
  color: #ffffff;
  z-index: 10;
}

.fotoxml.fotodisplay .content .background {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
/*  background-color: #404040;
  opacity: 0.5;*/
  background-color: #f4941c;
/*  background-color: #9a6a0e;*/
  z-index: 12;
}

.fotoxml.fotodisplay .content .button {
  display: block;
  position: absolute;
  z-index: 18;
}

.fotoxml.fotodisplay .imgblock {
  position: absolute;
  width: 100%;
/*  opacity: 1;*/
  z-index: 16;
}

.fotoxml.fotodisplay .content .button {
  visibility: hidden;
}

.fotoxml.fotodisplay .content:hover .button {
  visibility: visible;
}

.fotoxml.fotodisplay img {
  border: none;
}

.fotoxml.fotogallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;

  z-index: 8;
}

.fotoxml.fotogallery .wallpaper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

/*  background-color: #404040;*/
  background-color: black;
/*  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../img/bg.jpg");*/
}

.fotoxml.fotogallery .content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  width: 800px;
  height: 100%;
/*  background-color: #800000;*/
  color: #ffffff;
  z-index: 8;
}

.fotoxml.fotogallery .content .menu {
  font-size: 14px;
  font-family: "Verdana", "Arial", sans-serif;
  color: #ffffff;
  text-align: center;
}

.fotoxml.fotogallery .content .menu a {
  font-size: 14px;
  color: #f4941c;
  text-decoration: none;
}

.fotoxml.fotogallery .content .menu a:hover {
  text-decoration: underline;
}

.fotoxml.fotogallery .content .gallery {
  text-align: center;
  padding-bottom: 30px;
  width: 800px;
}

.fotoxml.fotogallery .content .gallery .pic {
  float: left;
  display: block;
  width: 160px;
  height: 90px;
  margin: 5px 10px;
  text-align: center;
  border: 3px solid #ffffff;
}

.fotoxml.fotogallery .content .gallery img {
  border: none;
}
