/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens{
	margin:-2px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
	border:2px solid #B86B8F;
}

/* This is for the title text. */
.cloud-zoom-title{
	position:absolute !important;
	top:0px;
	width:100%;
	padding:3px;
	background-color:#000;
	text-align:center;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big{
	margin-top:4px;
	overflow:hidden;
	background:#fff url(../img/ru/loading.gif);
	border:2px solid #B86B8F;
}

/* This is the loading message. */
.cloud-zoom-loading{
	padding:3px;
	background:#222;
	color:white;
	border:1px solid #000;
}


