
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 2px solid #959595;
	margin:-2px 1px -2px -2px;	/* Set this to minus the border thickness. */
	background-color:#e5e3e3;	
	cursor:move;	

}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#959595;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:16px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:2px solid #959595;
	overflow:hidden;
	/*width:372px !important;
	height:320px !important;*/
	margin-top:4px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:#fff;	
	background:#959595;
	padding:3px;
	border:1px solid #000;
	margin-left:-200px;
	
}
.cloud-zoom img{border:none;border:
2px solid #959595;display:block;}

.cloud-zoom-gallery{display:block;float:left;margin:10px 0px 0px 2px;}
.cloud-zoom-gallery img {border:
2px solid #959595;}