/* 3 x 3 photo layout, position relative to #content */

#p1, #p4, #p7 {
	left: 5px; /* Clear shadow margin */
	position: absolute;
}

#p2, #p5, #p8 {
	left: 185px;
	position: absolute;
}

#p3, #p6, #p9 {
	left: 365px;
	position: absolute;
}

#p1, #p2, #p3 {
	top: 5px; /* Clear shadow margin */
}

#p4, #p5, #p6 {
	top: 200px;
}

#p7, #p8, #p9 {
	top: 400px;
}