/*set a border on the images to prevent shifting*/
#gallery_01 {
	width: 341px;
	float: left;
	margin-right: 14px;
}
.elevatezoom-gallery img {
	opacity: 0.4;
	padding: 2px 4px 4px 0px;
	border: none!important;
	width: 107px;
}
.elevatezoom-gallery.active img {
	opacity: 1;
	border: none!important;
}
.elevatezoom-gallery img:hover {
	opacity: 1;
	border: none!important;
}
.zoomWrapper {
	width: 339px;
	float: left;
	margin-top: 2px;
}
.zoomWrapper #zoom_03 {
	width: 339px !important;
}
.zoomContainer {
	width: 339px !important;
	border: none !important;
	margin-left: 16px;
}
.zoomWindowContainer, .zoomWindow {
	width: 339px !important;
	border: none !important;
	height: 452px !important;
}
/*Change the colour*/
.active img {
	border: 2px solid #333 !important;
}
