


div#magic_zoom_box{
	margin:0px auto;
	font-size:0px;
}

div#magic_zoom_box span.zoom{
	display:inline-block;
	border: 1px solid #202020;
	margin: 10px;
}

.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url('../../other/icon.png');
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

#ex1 img:hover { cursor: pointer; }

#ex2 img:hover { cursor: url(grab.cur), default; }
#ex2 img:active { cursor: url(grabbed.cur), default; }

#ex1 img:hover { cursor: pointer; }

#ex4 img:hover { cursor: pointer; }