
.cloud-zoom  {
	width:300px;
	height:300px;
}
.cloud-zoom img {
	width:300px;
	height:300px;
}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border:1px solid #999;
	margin-left:-22px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:10px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:13px;
	bottom:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #dfdfdf;
	box-shadow:0px 0px 0px 1px #dfdfdf;
	overflow:hidden;
	margin-left:-6px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}



