
/* JQUERY PICTURE ZOOMER */

#c24zoom-wrap 		{ position: relative; }
#c24zoom-small		{ position: relative; width: 100%; }
#c24zoom-large		{ background: white; position: relative; }
#c24zoom-mover		{ cursor: crosshair; position: absolute; top: 0; left: 0; width: 124px; height: 124px; overflow: hidden; z-index: 100; background: white; display: none; }
#c24zoom-overlay	{ border: 1px solid #CCC; width: 122px; height: 122px; position: absolute; top: 0; left: 0; z-index: 200; }
