/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	background-color:#fff;	
	cursor:move;	
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	position:absolute !important;
	background-color:#999;
	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 {
    background-repeat:no-repeat;
    background-color:#ffffff;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#999;
	padding:3px;
}

.mousetrap {background:url('../images/spacer.gif') 0 0 !important; }