#pixgallery {
	/* position:absolute;top:355px;left:-10px;*/
}
/* spacing of Small Pictures
dt {
	margin: 10px; 
}*/
#pixgallery a img.hid {
	width: 400px;height:300px;
	position: absolute;top:5px;left:240px;
	visibility: hidden;
}
#pixgallery a:hover {
	background: White;
}
#pixgallery a:hover img.hid {
	visibility: visible
}
#pixgallery p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF0000;
	line-height: 15px;
}
#pixgallery img.left {			/* Left-floating images */
	margin:			0 0 5px 22px;
   float:           left;
}
#pixgallery img.right {			/* Right-floating images */
   margin:          0px 10px 5px 10px;
   float:           right;
}




#pixheadphoto a img.hid {
	width: 400px;height:300px;
	position: absolute;top:301px;left:639px;
	visibility: hidden;
}


