/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens{
	margin: 0;	/* Set this to minus the border thickness. */
	background-color: #fff;
	cursor: move;
	border: 2px solid #676744;
}

/* This is for the title text. */
.cloud-zoom-title{
	position: absolute !important;
	top: 0;
	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-left: 70px;
	margin-top: 4px;
	overflow: hidden;
	background: #fff url(../img/ru/loading.gif);
	border: 2px solid #676744;
}

/* This is the loading message. */
.cloud-zoom-loading{
	padding: 3px;
	background: #222;
	color: white;
	border: 1px solid #000;
}


