@charset "iso-8859-1";

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;
	z-index:9;
}
.cloud-zoom {
	width:auto;
	z-index:9;
	float:none;
	margin:0px;
	padding:0px;
	}
/* This is for the title text. */


/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #ccc;
	z-index:9;
	padding-left: 0px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
		z-index:9;
	border:1px solid #000;
}


