/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	background-color:#fff;
	cursor:move;
	height: 100%;
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: -3px;
	margin-left: 0px;
	border: 1px solid #DFCE71;
}
.cloud-zoom a {
	color: #000;
	text-decoration: none;
}
.cloud-zoom a:link {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.cloud-zoom a:hover {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.cloud-zoom a:active {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}



/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	background-color: #000;
	color: white;
	padding: 0px;
	margin-top: 3px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
