#cursor {
		z-index: 1005; 
		position: absolute; 
		border:1px solid #333; 
		width: 50px; 
		height:50px; 
		top: 0px; 
		left: 0px;
		background: url(images/cursorBG.gif);
		visibility:hidden;
	}

	#zoomedIMG {
		z-index: 1003;
		position:absolute; 
	}
	#zoomContainer {
		z-index:1004;
		background: #ccc; 
		border: 1px solid #000; 
		width:250px; 
		height: 250px; 
		position: absolute; 
		overflow:hidden; 
		visibility: hidden; 
		
	}
