#magnify {
	position: relative;
	width: 1200px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	behavior:expression(
		(this.onselectstart = function(){ return !(1+(' ' + this.className + ' ').indexOf(' unselectable ')) } ),
		(this.style.behavior = null))
}

#magnify::selection {
	color: inherit;
}

#loup {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
/* 	padding: 17px 17px; */
	text-align: left;
	cursor: url('grab.cur'), pointer;
}

#loup map area {
	display: block;
	cursor: pointer;
}

#loup img {
	position: absolute;
	top: -36px;
	left: -46px;
	border: 0 none;
}

#magnify a {
	cursor: default !important;
}