.zoom:after {
	content:'';
	display:block; 
	width:60px; 
	height:33px; 
	position:absolute; 
	bottom:0;
	right:0;
	background:url(../img/zoom.png);
}
.zoom img:hover { cursor: url(../img/zoom.cur), default; }
.zoom img:active { cursor: url(../img/zoom.cur), default; }