span.zoom-container {
	position: relative;
	display: inline-block;
}
span.zoom-image { display: none; }
img.zoom + span.zoom-image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("http://www.themeparkreview.com/forum/styles/mobile/theme/images/zoom.png") 0 0 no-repeat;
	cursor: pointer;
	display: none;
}
img.zoom.zoomed-in + span.zoom-image { 
	background-position: 0 -30px; 
}
.img800{width:800px;}
.zoomed-in{width:100% !important;}