.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 85%;
    float: right;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 15%;
    float: right;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none;
    margin: 10% 10% 0 0;
}