/* 葆德空压机（gdbaldor.com）永磁变频空压机领导品牌*/
/* 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 #dfdfdf;
}
/* 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 {
	z-index : 10;
	visibility : hidden;
	position : absolute;
	cursor: hand;
	width : 50px;
	height : 50px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
}
/* 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;
	display: none; /* do not edit this line please */
}
/* css style for gif image in the loading animation box */
.magiczoomloading img {
	padding-top: 3px !important;
}
