body {
  background-color:black;
  color:white;
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.gallery {
  text-align:center;
  margin:0 auto;
  width:700px;
}
.gallery table {
  width:100%;
  table-layout:fixed;
}
.gallery a img {
  border:0;
  cursor:pointer;
}
.gallery .previewWrapper {
  margin-top:5px;
  height:485px;
}
.gallery .previewWrapper td {
  vertical-align:middle;
}
.gallery .sliderWrapper {
  margin-bottom:5px;
  height:105px;
}
.gallery .buttonWrapper {
  width:100px;
  height:100px;
}
.gallery .thumbnailWrapper {
  width:500px;
  height:100px;
}
.gallery .slider {
  width:500px;
  height:100px;
  overflow:hidden;
  position:relative;
}
.gallery .thumbnail {
  width:100px;
  height:100px;
}
.gallery .button {
  width:24px;
  height:48px;
}
.gallery .slideLeft {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/slideLeft_b.gif);
}
.gallery .slideRight {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/slideRight_b.gif);
}
.gallery .firstImage {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/firstImage_b.gif);
}
.gallery .lastImage {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/lastImage_b.gif);
}


