/* CSS Document */

#photo {
	width: 240px;
	height: 180px;
	border: solid #666666 4px;
	margin: 20px 20px 20px 20px;
}

#photo_portrait {
	width: 120px;
	height: 180px;
	border: solid #666666 4px;
	margin: 20px 60px 20px 60px;
}

#gallery_container {
	width: 100%;
	text-align:center;
}