.top-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.top-image:hover {
  opacity: 1;
}

.pictures {
            margin: 100px auto;
            width: 980px;
        }
        .clear {
            clear: both;
        }
		
		.gp-gallery-picture-zoom {
    border: 1px solid #bbb;
    margin: -6px 0 0 -6px;
    position: absolute;
    z-index: 100;
    padding: 5px;
    background: white;
    box-shadow: 0 0 10px #999;
}
.gp-gallery-picture-hover {
    box-shadow: 1px 1px 5px #333;
}

.product-caption .price{
	color: #000!important;
}

.on-page.product-prices .price:first-child{
    font-size: 1.5em!important;
}
.on-page.product-prices .price:nth-child(2){
	color: #5b5770!important;
}
