#zoom a {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 50px; /* show only thumbnail */
	height: 65px;
	background: no-repeat top left;
	}

#zoom a:hover {
	width: 110px; /* adjust size to zoomed photo */
	height: 149px;
	background-position: 0 -65px; /* move the image so only the big one shows */
	}