
/* This is the moving lens square underneath the mouse pointer. */
.px-zoom-lens {
	border:1px solid #888;
	margin:-1px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.px-zoom-title {
	position:absolute !important;
	background-color:#eee;
	color:#333;
	width:100%;
	text-align:center;	
	font-weight:normal;
	font-size:12px;
	bottom:-30px;
	left:-1px;
	padding: 3px 0;
	border:1px solid #ccc;
}

/* This is the zoom window. */
.px-zoom-big {
	border:1px solid #ccc;
	/*overflow:hidden*/;
}

/* This is the loading message. */
.px-zoom-loading {
	color:white;	
	background:#eee;
	padding:3px;
	color:#000;
	border:1px solid #ccc;
	font-size:12px;
	opacity:0.8;
}
