.product-gallery-container {
    width: 100%;
}
.product-gallery-container .product-gallery .product-gallery-full img {
    width: 100%;
}
.product-gallery-container .product-gallery .product-gallery-previews {
	text-align: center;
}
.product-gallery-container .product-gallery .product-gallery-previews img {
    width: 95px;
}
.product-gallery-container .product-gallery .product-gallery-previews a {
    display: inline-block;
    margin: 5px;
    border: 1px solid #EEEEEE;
}