/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
	border: 1px solid #00aa46;
	width: 200px;
	height: 200px;
	cursor: crosshair;
	background: #fff;
	z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
	border: 1px solid #00aa46;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: auto;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
	border: none;
	box-shadow: none;
	background-color: #FFF;
	width: auto;
}

/* CSS for captions */
.cloudzoom-caption {
	display: none; /* CSS captions should be hidden initially */
	text-align: left;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px;
	height: 200px;
	width: 200px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url("../images/blank.png"/*tpa=http://www.feihuiquyangqi.com/t/tgfj/images/blank.png*/);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
	width: 32px;
	height: 32px;
	background-color: #FFF;
}
