.MagicZoomPup {
	        background: 	#EAEAEA;
}

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
 background-image: url('../img/ajax-loader2.gif');
 background-repeat: no-repeat;
 background-position: 40px 132px;
 background-color:ffffff;
 border:			1px solid #cccccc;
 margin-left: -9px ;
 margin-top: 2px;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px verdana, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
	
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
	
	
}

/* CSS style for loading animation box */
.MagicZoomLoading {
    margin-top: -126px;
	margin-left: -87px;
    font:			10px verdana, Verdana, Arial, sans-serif;
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	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;
	background-image: url('../img/space.gif');
	
}

