div.jquery-image-zoom {
	/*line-height: 0;
	font-size: 0;*/
	color: #555555;
	z-index: 2000;
	text-align: center;

	border: 1px solid #aCaAa7;
	padding: 9px;
	margin: -10px;
	background: #ffffff;

	-webkit-box-shadow: 0 0 20px #4C4A47;
	-moz-box-shadow: 0 0 20px #4C4A47;
	box-shadow: 0 0 20px #4C4A47;
}

	div.jquery-image-zoom a.close {
		background: url(../images/jquery.imageZoom.png) no-repeat;

		display: block;
		width: 25px;
		height: 25px;

		position: absolute;
		left: -12px;
		top: -12px;
		/* IE-users are prolly used to close-link in right-hand corner */
		*left: auto;
		*right: 0px;
		*top: 0px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;
		z-index: 11;
	}

	div.jquery-image-zoom a:hover {
		background-position: left -25px;
	}

	div.jquery-image-zoom img,
	div.jquery-image-zoom embed,
	div.jquery-image-zoom object,
	div.jquery-image-zoom div {
		width: 100%;
		height: 100%;
		margin: 0;
	}
