/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:			1px solid #656463;
	background-color: #FFFFFF;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	filter: alpha(opacity=45);
	font-size: 35px;
	text-align: center;
	font-weight: bold;
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}

