/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */
/* CSS class for zoomed area */
.MagicZoom a {
	position: relative; display: block; outline-color: -moz-use-text-color; outline-style: none; outline-width: 0pt; text-decoration: none; width: 370px; -moz-user-select: none;
}
.MagicZoomBigImageCont {
	border: 1px solid #696969;
	margin-top: 40px;
	margin-left: 3px;
	padding:0;
	width:370px;
	height:370px;	
	overflow: hidden;
	z-index: 1001; 
	visibility: visible; 
	position: absolute; 
	left: -10000px; 
	top: 0px;
	display: block;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			1em trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color:			#000;
	background:		#ccc;
	text-align:     center !important;
	font-weight: bold;
}

.MagicZoomHeader a {
	color:			#000;
}

/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	lightblue;
	opacity: 20;
	z-index: 1001; 
	visibility: hidden; 
	position: absolute; 
	opacity: 0.5; 
	width: 216px; 
	height: 91px; 
	left: 0px; 
	top: 155.5px;
}

/* 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 */
	position: absolute; 
	visibility: hidden; 
    left: 99px; 
	top: 149.5px;
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px;
}


#zoom1 a {text-decoration:none;}

.MZ-zoombox {
	border:0px;
	margin: 0px;
	padding: 0px;
	line-height: 0;
}


