#zoomarea {
	position: absolute;
	width: 60px;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #eee;
}

#zoomdisplayarea {
	position: absolute;
	width: 388px;
	height: 305px;
	border: 1px solid #F2B600;
	background-color: white;
	background-repeat: no-repeat;
	z-index: 999;
}
