div.imgzoom {
	line-height: 0;
	font-size: 0;

	z-index: 10000;

	border: 5px solid #fff;
	margin: -5px;

	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

	div.imgzoom a {
		background: url(/img/imgzoom-close.png) no-repeat;

		display: block;
		width: 44px;
		height: 45px;

		position: absolute;
		left: -22px;
		top: -22px;
		/* IE-users are prolly used to close-link in right-hand corner */
		*left: auto;
		*right: -22px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 11;
	}

	div.imgzoom a:hover {
		background-position: left -45px;
	}

	div.imgzoom div {
		z-index: 11;
		}
	div.imgzoom a#rules{
		background: url(/img/actions/space.gif) no-repeat;
		/*background:transparent; */
		display: block;
		width: 250px;
		height: 45px;
		display: block;

		position: absolute;
		left: 58px;
		top: 762px;

		*left: 28px;
		*top: 732px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 100;
		}

	div.imgzoom img,
	div.imgzoom embed,
	div.imgzoom object,
	div.imgzoom div {
		width: 100%;
		height: 100%;
	}