
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 0px solid #888;
	margin:0px;	/* Set this to minus the border thickness. */
	background-color:none;	
	cursor:move;		
}


/* This is the zoom window. */
.cloud-zoom-big {
	border:0px solid #fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	box-shadow:1px 1px 3px #555;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:20px;
	border:30px solid #000;
}


