/* Copyright 2010 artketchup.net. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.WebZoomBigImageCont {
	border:			1px solid #1b817;
	width:576px;
	position:absolute;
	top:0px;
	left:300px;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.WebZoomHeader {
	font:			12px Tahoma, Verdana, Arial, sans-serif;
	color:			#000000;
	background:		#FF00FF;
	text-align: 	center;
}


/* CSS class for small looking glass square under mouse */
.WebZoomPup {
	border: 		1px solid #777777;
	background: 	#FFFFFF;  
}

.z_win {
position:absolute;
top:205px;
left:15px;

}
