/* set general thumbnail styles */
#pix	{ position: absolute; top: 0px; left: 0px }
dt	{ margin: 10px	}
img	{ border: none }

/* MouseOut state (default) - hide larger picture */
#pix a img.hid {
	width: 650px; height:520px;
	position: absolute; top: 120px; left: 120px;
	visibility: hidden;
	}

/* MouseOver state (hover)- reveal larger picture */
#pix a:hover { background: white }
#pix a:hover img.hid { visibility:visible }
