div.products {
	margin-left: 3em;
}

.product-logo {
	margin: 10px;
}

#pic {
	width:100%;
	position:relative;
}

#pic a img.large {
	display:block;
	position:absolute;
	width:0;
	height:0;
	border:0;
	top:0;
	left:0;
}

#pic a.small:hover .large {
	display:block;
	position:absolute;
	top:-200px;
	left:-100px;
	width:538px;
	height:427px;
	z-index:999;
}