
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #fff;
	margin-top: 4px;	/* Set this to minus the border thickness. */
	margin-left: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;	
	cursor:move;

}

/* 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;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:1px solid #fff;
	overflow:hidden;
	-moz-box-shadow:2px 2px 10px #171513;
	-webkit-box-shadow:2px 2px 10px #171513;
	box-shadow:2px 2px 10px #171513;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#171513', Direction=135, Strength=5); zoom: 1;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #fff;
}

/* This is the thumbnails image. */
.thumb_cz {
	color:white;	
	background:#fff;
	padding:0px;
	margin-top:0px;
	margin-right:3px;
	margin-bottom:0px;
	margin-left:0px;
	border:1px solid #fff;
	-moz-box-shadow:0px 0px 2px #171513;
	-webkit-box-shadow:0px 0px 2px #171513;
	box-shadow:0px 0px 2px #171513;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#171513', Direction=135, Strength=2); zoom: 1;
}
