.gallery {
  width: 738px;
  height: 140px;
  text-align: center;
  margin: 0px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: white;
  color: white;
}

.control{
  width: 90px;
  float:left;
  margin-top: 22px;

}

.control img{
    border: none !important;
}
.focus{
  clear:both;  
   
  /*width: 48px;
  height: 24px;
  float:left;
  margin-left:340px;
  margin-top:5px;*/
}

.focus img{
  border: none !important;
  cursor: default !important;
}  

.gallery img {
  cursor: pointer;
}

.gallery .preview {
  width: 330px;
  height: 250px;
  overflow: hidden;
  text-align: center;
  /* border: 1px solid #879CAE; */
}

.gallery .preview img {
  margin: 0px auto;
}

.gallery .slider {
  width: 550px;
  height: 108px;
  overflow: hidden;
  position: relative;
  float:left;
}

.gallery table {
  table-layout: fixed;
  width: 100%;
}

.gallery .thumbnail {
  width: 110px;
  height: 100px;
  /* border: 1px solid #879CAE; */
}

.gallery .info {
  height: 40px;
  /* color: #838383; */
}

.gallery #title {
  font-size: 14px;
  font-weight: bold;
}

.gallery .slideLeft {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/slideLeft_b.gif);
  width: 24px;
  height: 48px;
}

.gallery .slideRight {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/slideRight_b.gif);
  width: 24px;
  height: 48px;
}

.gallery .firstImage {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/firstImage_b.gif);
  width: 24px;
  height: 48px;
}

.gallery .lastImage {
  background-image:url(http://imglibrary.dh.hu/_184e5d/img/gallery/lastImage_b.gif);
  width: 24px;
  height: 48px;
}

.gallery select {
  display:block;
  margin:0 auto 10px auto;
}

