/* copyright 2008 magictoolbox.com. to use this code on your own site, visit http://magictoolbox.com */

/* css class for zoomed area */
.magiczoombigimagecont {
	border:1px solid #91b817;
	background:#fff;
}

.magiczoommain {
	text-align: center !important;
	width: 92px;
}

.magiczoommain div {
	padding: 0px !important;
}

/* header look and feel css class */
/* header is shown if "title" attribute is present in the <a> tag */
.magiczoomheader {
	font:			10px tahoma, verdana, arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* css class for small looking glass square under mouse */
.magiczoompup {
	border: 		0px solid #aaa;
	background: 	#ffffff;
}

/* css style for loading animation box */
.magiczoomloading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* css style for gif image in the loading animation box */
.magiczoomloading img {
	padding-top:	3px !important;
}
