/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont    { background-color: transparent; border: solid 2px #00a0c6 }

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader   { color: #fff; font: bold 9pt/10pt sans-serif; background: #00a0c6; text-align: center !important }


/* CSS class for small looking glass square under mouse */
.MagicZoomPup   { background: #7cc9dc; cursor: hand; border: solid 1px #3d1262 }

/* CSS style for loading animation box */
.MagicZoomLoading  { color: #000; background: #ffffff; text-align: center; display: none; padding: 3px; border: solid 1px #ccc; opacity: 0.8 }

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
