/* Zoom window thingy */
.jqZoomWindow
{
	border:1px solid #eeeeee;
	background-color:#fff;
	font:24px/21px georgia;
	color:#754227;
}

/* "Loading..." style */
.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #6B86B2;
	font-size: 12px;
	font-family: georgia;
	text-decoration: none;
	border: 1px solid #f5deb4;
	background-color: #fff;
	padding: 8px;
	text-align:center;
	background-image: url(http://www.dansplan.com/images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}

/*Title, shows up on top, usualy don't need this

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

*/

/* the selection tool that shows where the popup is located on original image */
.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		z-index:10;
		border:1px solid #eeeeee;
		cursor:crosshair;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		
}