/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
	border-radius: 4px;
	border: 2px solid #006600;
	width: 60px;
	height: 60px;
	box-shadow: -0px -0px 20px rgba(0,0,0,0.40);
	cursor: crosshair;
	z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
	border-radius: 4px;
	border: 2px solid #006600;
	width: 420px;
	height: 420px;
	box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
}

/* CSS for captions */
.cloudzoom-caption {
	display: none; /* CSS captions should be hidden initially */;
	text-align: left;
	background-color: #339933;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}
.cloudzoom-gallery {
	border-radius: 4px;
	margin: 10px 10px 10px 0px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
	border: 2px solid #006600;
	display: inline;
	line-height: inherit;
}
.cloudzoom {
	border-radius: 4px;
	margin: 10px 10px 10px 0px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
	border: 4px solid #006600;
	display: inline;
	line-height: inherit;
	position: relative;
}
