#zoomGalleryOuter {
	width:500px;
	height:400px;
	position:absolute;
	display:none;
}

#zoomGalleryImageFrame {
	width:484px;
	height:317px;
	position:absolute;
	left:24px;
	top:24px;
	display:none;
}
#zoomGalleryTopRight {
	position:absolute;
	right:-18px;
	top:-18px;
}
#zoomGalleryBottomLeft {
	position:absolute;
	left:-18px;
	bottom:-18px;
}
#zoomGalleryBottomRight {
	position:absolute;
	right:-18px;
	bottom:-18px;
}
#zoomGalleryTop {
	position:absolute;
	left:0px;
	top:-18px;
	width:100%;
	height:18px;
	background-image:url("top.png");
}
#zoomGalleryLeft {
	position:absolute;
	top:0px;
	left:-18px;
	width:18px;
	height:100%;
	background-image:url("left.png");
}
#zoomGalleryRight {
	position:absolute;
	top:0px;
	right:-18px;
	width:18px;
	height:100%;
	background-image:url("right.png");
}
#zoomGalleryBottom {
	position:absolute;
	left:0px;
	bottom:-18px;
	width:100%;
	height:18px;
	background-image:url("bottom.png");
}
#zoomGalleryWidget {
	position:absolute;
	left:-24px;
	top:-24px;
	cursor:pointer;
}
#zoomGalleryImage {
	position:absolute;
	left:16px;
	top:14px;
	display:none;
}