.cloud-zoom img{
	z-index:200;
}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #333;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#CCC;	
	cursor:move;		
}



/* This is the zoom window. */
.cloud-zoom-big {
	border:1px outset #CCC;
	margin-top:7px;
	overflow:hidden;
}





