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:800px;
}
.gallery table {
  width:100%;
  table-layout:fixed;
}
.gallery a img {
  border:0;
  cursor:pointer;
}
.gallery .previewWrapper {
  margin-top:5px;
  height:520px;
}
.gallery .previewWrapper td {
  vertical-align:middle;
}
.gallery .sliderWrapper {
  margin-bottom:5px;
  height:141px;
}
.gallery .buttonWrapper {
  width:60px;
  height:136px;
}
.gallery .thumbnailWrapper {
  width:680px;
  height:136px;
}
.gallery .slider {
  width:680px;
  height:136px;
  overflow:hidden;
  position:relative;
}
.gallery .thumbnail {
  width:136px;
  height:136px;
}
.gallery .button {
  width:24px;
  height:48px;
}
.gallery .slideLeft {
  background-image:url(http://www.hmgt.hu/static/_e3efac/img/gallery/slideLeft_b.gif);
}
.gallery .slideRight {
  background-image:url(http://www.hmgt.hu/static/_e3efac/img/gallery/slideRight_b.gif);
}
.gallery .firstImage {
  background-image:url(http://www.hmgt.hu/static/_e3efac/img/gallery/firstImage_b.gif);
}
.gallery .lastImage {
  background-image:url(http://www.hmgt.hu/static/_e3efac/img/gallery/lastImage_b.gif);
}



