﻿.gallery_popup {
   width: 716px;
   height: 640px;
   z-index: 10000;
   display: none;
}

.gallery_popup .close {
    background-image:url(images/popup_close.png);
    position:absolute;
    right:40px;
    top:10px;
    cursor:pointer;
    height:22px;
    width:89px;
    z-index: 10001;
}

.gallery_popup_bgtop {
  position: absolute;
  background-image:url(images/popup_background_top.png);
  height: 513px;
  width: 716px;
  top: 0;
    left: 0;
}

.gallery_popup_bg {
  background-image:url(images/popup_background_contin.png);
  margin-top: 35px;
}

.gallery_popup_bgbottom {
    background-image:url(images/popup_background_bottom.png);
  height: 32px;
  width: 716px;
}
.gallery_wrap {
  margin: 35px 37px 0 38px;
  position: relative;
}

.gallery_title {
  font-family: Tahoma;
  font-size: 18px;
  color: #005dbf;
  margin: 0;
}

div.gallery_star_wrap {
    margin: 6px 0 0 0;
}

div.gallery_book {
  background-image:url(images/button_book.png);
  height: 25px;
  width: 111px;
  text-align: center;
  padding-top: 3px;
  margin-left: 7px;
  line-height: 20px;
  float: left;
}

div.gallery_book a {
  color: #137dea;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

div.gallery_star {
    float: left;
    margin-top: 4px;
}

div.gallery_star img{
    margin-right: 1px;
    display: inline;
}
div.gallery_preview_wrap {
  height: 380px;
  width: 95px;
  float: left;
  margin: 27px 0 0 3px;
}

div.popup_thumbs {
  height: 380px;
  overflow: hidden;
}
.popup_scroll_up {
  top: 100px;
}
.popup_scroll_down {
  top: 460px;
}
.popup_scroll_up, .popup_scroll_down {
  cursor: pointer;
  display: none;
  left: 0px;
  position: absolute;
  z-index: 100010;
}

ul.gallery_preview {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 95px;

}
ul.gallery_preview li {
  margin-bottom: 7px;
  cursor: pointer;
  line-height: 0;
}

div.gallery_item {
  float: right;
  margin: 21px 0 0 0;
  width: 514px;
}

div.gallery_img_border_top {
  height: 6px;
  background-image:url(images/img_border_top.png);
}

div.gallery_img_border_center {
  background-image:url(images/img_border_center.png);
  text-align: center;
  line-height: 0px;
}

div.gallery_img_border_bottom {
  height: 6px;
  background-image:url(images/img_border_bottom.png);
}

div.gallery_buttons {
  text-align: center;
  margin-left: 126px;
  padding-top: 15px;
  vertical-align: middle;
}

span.gallery_span {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: #005dbf;
  position: relative;
  top: -5px;
}

#prev_img, #next_img {
    cursor:pointer;
    margin: 0 8px 0 8px;
}
.main-img-list 
{
  cursor: pointer;
  cursor: hand;
}
.main-img-list img {
  float: left;
  margin: 6px 4px 0px 4px;  
}