#scalingBox {
	display: none;
	z-index: 90;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
/*
	border: 4px solid #00f;
*/
	left: 10px;
}
#expansionBox {
	cursor: move;
	position: absolute;
	top: 0px;
	left: 0px;
/*
	border: 2px solid #0f0;
	overflow: hidden;
*/
}
#loadBox {
	display: none;
	position: absolute;
	top: 10px;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background-image: url('/cakephp/copilog2_app/webroot/img/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index:9999;
}
#thumbBox {
	border: 2px solid #000;
	overflow: hidden;
	position:absolute;
	z-index: 1001;
	top:10px;
	right:10px;
}
#lensBox {
	background-color: #000;
	width:100px;
	height:100px;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 1002;
	position: absolute;
	top:10px;
	right:10px;
	border: 1px solid #f00;
}
#large {
	position: absolute;
	top: 0px;
	left  : 0px;
}
/*
#small {
	max-width  : 100px;
	height  : 100px;
}*/