/* @override http://streetsandpeople.com.test/App_Themes/Default/cloud-zoom.css */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:crosshair;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	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 {
	border:4px solid #fff;
	padding: 0;
	margin: 0;
	overflow:hidden;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0 0 10px #999;
}



/* This is the loading message. */
.DISABILITATOcloud-zoom-loading {
	color:#000;	
	background:#fff;
	padding:5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	
	/*stili inline*/
	width: 144.667px;
	position: absolute;
	top: 75%;
	left: 144.667px;
	text-align: center;
	opacity: 0.5;
	
	
	/*stili x sovrascrivere gli inline*/
	width: 100px !important;
	margin-left: -50px;
	position: absolute !important;
	top: 48% !important;
	left: 216px !important;
	text-align: center !important;
	opacity: 0.8 !important;
	}
	
	
/* This is the loading message. */
.cloud-zoom-loading {
	
	/*stili inline*/
	width: 144.667px;
	position: absolute;
	top: 75%;
	left: 144.667px;
	text-align: center;
	opacity: 0.5;

	/*stili x sovrascrivere gli inline*/
	width: 67px !important;
	position: absolute !important;
	top: 1px !important;
	left: 1px !important;
	text-align: center !important;
	opacity: 1 !important;

	/*stili aggiunti*/
	height: 67px;
	margin-top: 0;
	margin-left: 0;
	text-indent: -999em;
	background: url(images/zoomLoader.gif) no-repeat 0 0;
	}



