

#normal_image {
	/*background-color: #dedede;*/
	width: 700px;
	height: 1010px;	
	margin-left: 50px;
}

#normal_image img {
	width: 700px;
	height: 1010px;
	margin-top: 150px;
}

div#mag_boundary {
	width: 800px;
	height: 1210px;
	margin-top: -100px;
	margin-left: -70px;
}

/* mag box */
div#magnify {
	display:none;
}

div#mag_viewer {
	height: 100px;
	width: 200px;
	overflow:hidden;
	border: 3px solid #333333;
	/*background-color: #f2f2f2;*/
	position: relative;
	z-index: 15;
	cursor: move;
	/*display:none;*/
}

div#mag_box {
	height: 50px;
	width: 100px;
	border: 2px solid #555555;
	/*background-color: #f2f2f2;*/
	position: relative;
	z-index: 15;
	cursor: move;
	margin-top: 5px;
	margin-left: 50px;
	/*display:none;*/
}

.zoom_image img {
	width: 1400px;
	height: 2020px;
}

div.full_zoom {
	display:none;
	width: 90%;
	height: 700px;
	overflow:hidden;
	margin-left: -15px;
	border: 1px solid #dedede;
}

div.zoom_window {
	background-color: #eeeeee;
	width: 4000px;
height: 4500px;
margin-left: -1500px;
margin-top: -1900px;
overflow:hidden;
}

div.zoom_window img {
	padding:1px;
	border: 1px solid #dedede;
	width:50%;
	height:50%;
	margin-top:1000px;
	margin-left:900px;
	cursor:move;
	
}
