/* Gallery 1 */
.product_images_wrap {
  margin: 0 0 15px 0;
  font-size: 13px;
  line-height: normal;
  padding: 15px;
  text-align: center; }

.site-wrapper.product_page .shop-product .product-image {
  position: relative;
  min-height: 40px;
  margin: 0 0 15px;
  overflow: visible;
  max-height: 100%;
  overflow: visible !important; }
  @media all and (max-width: 599px) {
  .site-wrapper.product_page .shop-product .product-image {
    float: none;
    width: 100%;
    height: auto;
    max-width: 100%; } }

.bimage {
  border: 4px solid transparent;
  margin: 0 auto 1px;
  text-align: center; }

.product_images_wrap .product-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%; }

.product_images_wrap .thumbnail {
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  border: 3px solid #ebebeb;
  margin: 5px 4px 5px 0;
  vertical-align: top;
  *display: inline;
  *zoom: 1; }
  .product_images_wrap .thumbnail.active {
    border-color: #004056; }

.product_images_wrap .thumbnail img {
  display: inline-block;
  cursor: pointer;
  max-height: 100%; }

.product_images_wrap .thumbnail.marginRight0 {
  margin-right: 0 !important; }

.product_images_wrap .scroll {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../slider-scroll.png) no-repeat; }
  .product_images_wrap .scroll.next {
    right: -14px;
    background-position: -70px -10px; }
  .product_images_wrap .scroll.prev {
    left: -14px;
    background-position: -8px -10px; }
  .product_images_wrap .scroll a {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-decoration: none; }

.tooltip {
  left: 270px;
  top: 100px;
  max-width: 470px; }

.how {
  left: 0;
  top: 260px; }

.how-text {
  max-width: 160px; }
