.zoomimage {
	/*width: 500px;*/
	/*width: 100%;*/
	/*width: 80%;*/
	margin: 0 auto;
	height: 500px;
}
/*
.zoomer .zoomer-controls-left, .zoomer .zoomer-controls-bottom-left { height: 61px; width: 30px;}
.zoomimage .zoomer.zoomer-gallery .zoomer-controls-bottom-left { height: 121px; }
*/

.fix-controls .zoomer .zoomer-controls-left{height: 61px; width: 30px;}
@media screen and (min-width: 479px) and (max-width: 640px) {
	.zoomimage{
		width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	.zoomimage{
		width: 100%;
	}
}
