.cloud-zoom{
	display: none;
}
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 1px solid #f39a7c;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#EEE;	
	cursor:move;		
}
.mousetrap{
	width: 100%!important;
	height: 100%!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;
}

/* This is the zoom window. */
.cloud-zoom-big {
	display: block!important;
	overflow:hidden;
	width: 100%;
	border:1px solid #f5f5f5;
	background: #FFF;
}

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

/* Feature section in ZoomEngine page */
.zoom-section {	
	clear:both;		
}

* html .zoom-section { 
	display:inline;
	clear:both;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {

}

.zoom-small-image {
	border:1px solid #f39a7c;
	
}
.zoom-tiny-image {
	border:1px solid #f39a7c;
	margin:5px 5px 20px 5px;
	width:72px;
	height:96px;
	
}
.zoom-tiny-image:hover {
	border:1px solid #000;		
}
/* zoom-section */