/*
	Styles for the image zoomer
*/

#wrap { width:580px !important; position: relative; }
#small { position: relative; width: 100%; }
#large { background: white; position: relative; width: 600px; }
#mover { position: absolute; top: 0; left: 0; width: 264px; height: 264px; overflow: hidden; z-index: 100; background: white; display: none; }
#overlay { border: 1px solid #ccc; width: 262px; height: 262px; position: absolute; top: 0; left: 0; z-index: 200; }

