/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */



/* CSS class for zoomed area */

.MagicZoomBigImageCont {

	border-left:10px solid #fff;
	
	margin: 5px;
	
	margin-left:-16px;

	text-decoration:none;
}



/* 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; 
	text-decoration:none;
}





/* CSS class for small looking glass square under mouse */

.MagicZoomPup {

	border: 		1px solid #aaa;

	background: 	#ffffff;

	cursor:move;
	text-decoration:none;
}



/* CSS style for loading animation box */

.MagicZoomLoading {

	text-align:		center;

	background: 	#ffffff;

	color:			#004D7F;

	border: 		1px solid #ccc;

	opacity:		0.8;

	padding:		10px 10px 10px 10px !important;

	display: 		none; /* do not edit this line please */
	
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

}



/* CSS style for gif image in the loading animation box */

.MagicZoomLoading img {

	padding-top:	3px !important;
	text-decoration:none;
}

