/* set general thumbnail styles */
#pix	{ position: absolute; top: 80px; left: 10px }
dt	{ margin: 10px	}
img	{ border: none }

/* MouseOut state (default) - hide larger picture */
#pix a img.hid {
	width: 328px; height:253px;
	position: absolute; top: 10px; left: 130px;
	visibility: hidden;
	}

/* MouseOver state (hover)- reveal larger picture */
#pix a:hover { background: white }
#pix a:hover img.hid { visibility:visible }
