.product_smooth_gallery{
    float: left;
    /* width: 390px; */
    width: 100%;
}
.sp-wrap{
	max-width: 100%;
	background: #fff;
    border: 10px solid #ffffff;
}
.sp-thumbs {
    margin-top: 5px;
    display: block;
}

.sp-large a img {
    width: 100%;
    height: auto;
}

.sp-zoom{
    background: #fff;
}

.sp-zoom img{
    max-width: none;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    margin: 5px;
    width: 76px;
    /* width: calc(25% - 10px); */
    height: 85px;
    border: 1px solid #8a8a8a;
}