
/* This is the moving lens square underneath the mouse pointer. */
.zoom-lens {
	
		/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */


/* This is the zoom window. */
.zoom-big {
	border: 1px solid rgb(102, 102, 102);
	overflow:hidden;
}

/* This is the loading message. */
.zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


* html .zoom-section { 
	display:inline;
	clear:both;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	float:left;
	margin-left:10px;
	width:310px;
}


.zoom-tiny-image {
	border: 1px solid rgb(102, 102, 102);
	margin:0px;
	
}
.zoom-tiny-image:hover {
	border: 1px solid rgb(102, 102, 102);
	padding:0px;
}




