#pix	{ position: absolute; top: 220px; left:120px }
dt	{ margin: 0px	}
img	{ border: none }
#pix a img.hid {
	width: 400px; height:280px;
	position: absolute; top: 160px; left: 290px;
	visibility: hidden;
	}
#pix a:hover { background: red }
#pix a:hover img.hid { visibility:visible }
#pix2	{ position: absolute; top: 220px; left: 900px; }
dt	{ margin: 0px	}
img	{ border: none }
#pix2 a img.hid {
	width: 400px; height:300px;
	position: absolute; top: 220px; left: -550px;
	visibility: hidden;
	}
#pix2 a:hover { background: red }
#pix2 a:hover img.hid { visibility:visible }
#pix3	{ position: absolute; top: 220px; left: 280px; }
dt	{ margin: 0px	}
img	{ border: none }
#pix3 a img.hid {
	width: 400px; height:300px;
	position: absolute; top: 160px; left: 100px;
	visibility: hidden;
	}
#pix3 a:hover { background: red }
#pix3 a:hover img.hid { visibility:visible }

