/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		0px solid #aaa;
	background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move; z-index:1;
}

/* CSS style for loading animation box */


