#imgzoom {
	position: absolute;
	display: none;
	overflow: hidden;
	width: 580px;
	height: auto;
	text-align: center;
	color: #000;
	background: #FFF;
	border: 0px solid #8C0202;
	cursor: pointer;
	z-index: 100;
}