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

/* CSS class for zoomed area */


.MagicZoomBigImageCont {
	border:			1px solid #ff9d0f;
}

/* 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:		#ff9d0f;
	text-align:     center !important; 
}


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

/* CSS style for loading animation box */
.MagicZoomLoading {
	border: 1px solid #ccc;
	background: #ffffff url(img/ajax-loader.gif) no-repeat 2px 50%;
	padding: 4px 4px 4px 24px !important;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
    color: #444;
}

.MagicZoom-hotspots {
    display: none;
    visibility: hidden;
}

.MagicZoom-hotspots a {
    border: 1px solid red;
}

.MagicZoom-hotspots a:hover {
    border: 2px solid red;
}



