#cursor {
	z-index: 3; 
	position: absolute; 
	border:1px solid #774F45; 
	width: 50px; 
	height:50px; 
	top: 0px; 
	left: 0px;
	background: url(images/cursorBG.gif);
	visibility:hidden;
}

#zoomedIMG {
	z-index: 1;
	position:absolute; 
}

#zoomContainer {
	z-index:2;
	background: #ccc; 
	border: 1px solid #774F45; 
	width:250px; 
	height: 250px; 
	position: absolute; 
	overflow:hidden; 
	visibility: hidden; 
}

