#zoomImageDiv, #zoomBackground {
	width: 750px;
	height: 550px;
	padding: 15px 20px 0 20px;
	margin: 0;
	position: absolute;
	z-index: 999;
    display: none;
}

#zoomBackground {
	background: transparent url(images/zoom_bg.gif) top left no-repeat;
}

html>body #zoomImageDiv {
	width: 710px;
	height: 535px;	
}

#zoomImageContent {
	position: absolute;
	z-index: 1000;	
}

#zoomImage {
	float: left;
	border-right: 1px solid gray;
	padding: 0 15px 0 0;	
}

#zoomImageDiv.singleItem #zoomImage {
	border: none;
	float: none;	
	text-align: center;
}

#zoomImage img {
	width: 500px;
	height: 500px;
	border: 1px dashed #ddd;
}

#otherZoomImages {
	float: right;
	text-align: left;
	width: 180px;
}

#otherZoomImages img {
	border: 1px dashed #ddd;
	padding: 2px;
}

#zoomImageDiv.singleItem #otherZoomImages {
	display: none;
}

#zoomClose {
	clear: both;
	text-align: right;
	margin-top: -15px;
}

html>body #zoomClose {
	margin-top: 0px;
	padding-top: 8px;
}

#zoomClose a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
