.MagicZoom img {

	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;

}

.MagicZoomBigImageCont {

}

/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {

	font-size: 8pt !important;
	line-height: normal !important;
	color: #fff;
	background: #666;
	text-align: center !important;

}

/* Style of small square under mouse */
.MagicZoomPup {

	border: 1px solid #aaa;
	background: #fff;
	cursor: move;

}

/* Style of message box while image is loading */
.MagicZoomLoading {

	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 9px;
	font-family: sans-serif;
	color: #444;

}