#wrap {z-index: 1 !important;}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	background-color:#fff; background-color:rgba(0,0,0,.07);
	box-shadow: inset 0 0 0 3px #000;
	cursor:move;
}
.no-js .cloud-zoom-lens { opacity:inherit!important;}



/* This is for the title text. */
.cloud-zoom-title {
	font-family:Open Sans, 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;
}
/* This is the zoom window. */
.cloud-zoom-big {
    margin-left:10px;
    background-repeat:no-repeat;
    background-color:#fff;
	overflow:hidden;
	box-shadow: inset 0 0 0 9px #000;
}
.cloud-zoom-inside .cloud-zoom-big { margin-left: 0;}
/* This is the loading message. */
.cloud-zoom-loading {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;	
	background:#000;
	padding:11px 26px;
	opacity: 1 !important;
	top: 50%!important;
}
.mousetrap {background:url('../images/spacer.gif') 0 0 !important;}