#preview_info{
	position:absolute;

	width:150px;
	height:150px;
	
	left:10px;
	top:10px;
	
	font-size:75%;
}

#preview_info h1{
	font-size:120%;
}

#preview_window,#preview_image{
	position:absolute;

	width:150px;
	height:150px;
	
	left:10px;
	top:160px;
}

#preview_box{
	position:relative;
	
	width:71px;
	height:71px;
	
	overflow:hidden;

	top:0px;
	left:0px;
	
	border-color:red;
	border-width:2px;
	border-style:solid;
	
	padding:0px;
	
	cursor:move;
}
#preview_box img{
	width:71px;
	height:71px;
}

#zoom_window{
	position:absolute;

	overflow:hidden;
	
	width:300px;
	height:300px;
	
	left:170px;
	top:10px;
}

#zoom_image{
	position:absolute;
	
	left:0px;
	top:0px;
	
	cursor:move;
}
