#magnify {
	position: relative;
	width: 500px;
	-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: 253px;
	height: 322px;
	padding: 17px 17px;
	//padding: 15px 15px;
	text-align: left;
}

#loup map area {
	display: block;
	cursor: pointer;
	cursor: url('grab.cur'), pointer;
}

#loup img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
}

#magnify a {
	cursor: default !important;
}