
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	background-color:#fff;	
	cursor:crosshair;	
    display: none !important;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
    display: none;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	background-color: #fff !important;
	background-repeat: no-repeat !important;
	border:1px solid #eee;
    top: -16px !important;
    left: 0 !important;
    width: 547px !important;
    height: 282px !important;
}

.mousetrap,
.cloud-zoom-lens,
.cloud-zoom-image
{
	background-repeat: no-repeat !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	display:none;
}

.cloud-zoom-gallery{
	margin-right:40px;	
	margin-bottom:35px;
}
