body {
	width:100%;
	height:100%;
	min-width:inherit;
}

#viewZoom {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

#zoomImg {
	width:2700px;
	height:600px;
	margin-left:-1250px;
	position:absolute;
	top:0;
	left:50%;
}

#zoomLeft {
	width:30px;
	height:300px;
	position:absolute;
	margin-top:-150px;
	top:50%;
	left:0;
	cursor:pointer;
}

#zoomRight {
	width:30px;
	height:300px;
	position:absolute;
	margin-top:-150px;
	top:50%;
	right:0;
	cursor:pointer;
}

#test {
	width:200px;
	height:30px;
	position:absolute;
	top:50%;
	left:50%;
	display:none;
}



