
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	/*border: 4px solid #888;*/
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:transparent;
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:transparent;
	color:#000;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* cloud zoom wrapper styles */
.cloud-zoom-wrap {
    top:0;
    z-index:9999;
    position:relative;
}

/* This is the zoom window. */
.cloud-zoom-big {
	/*border:4px solid #ccc;*/
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:#000;
	background:transparent;
	padding:3px;
	border:none;
}

/*
.imgv01 img{max-height:300px !important;}
.imgv02 img{max-height:400px !important;}
*/


#cloud-zoom-big {
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	/*border: solid 1px #13B5EA !important;
	background-color: #F8F8F8 !important;*/
	background-repeat: no-repeat !important;
	border-radius: 16px;
}
.mousetrap {
	width: 100% !important;
}

.imgv01 a, .imgv02 a {
    cursor: crosshair;
}