.zoomimage {
	position: absolute;
	background-color:#FFF;
	display: none;
	z-index: 5000;
	outline: none;
	cursor: url(../Assets/Images/zoomout.cur), default;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
}
.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #600;
}
.zoomimage_loading {
	background-image: url(../Assets/Images/zoomimage_ajax_wait.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev {
	background: #fff url(../Assets/Images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(../Assets/Images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}