img.Enlargeable {
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
* html img.Enlargeable {
	cursor: url(/CMS/cursors/zoom.in.cur);
}
div.FadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	background: #000000;
	opacity: 0.0;
	filter: Alpha(opacity=0);
}
img.DetailedImage {
	position: absolute;
	z-index: 10002;
	border: 1px solid #FFFFFF;
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	visibility: hidden;
}
* html img.DetailedImage {
	cursor: url(/CMS/cursors/zoom.out.cur);
}
