﻿#zoomiocontainer{ 
	position: absolute;
	z-index: 9;
	overflow: hidden;
	background: white;
	visibility: hidden;
}

#zoomiocontainer img{ 
	width: auto !important;
	height: auto !important;
	position: absolute !important;
	display: block !important;
}

#zoomiocontainer.mobileclass{ 
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}