@charset "utf-8";
/* CSS Document */

.section {
	margin	: 0;
	width	: 630px;
}

	.photo_entry {
		float	: left;
		display	: inline;
		width	: 198px;
		margin	: 0 5px;
		padding	: 10px 0;
		border	: 1px solid #ccc;
		text-align: center;
	}
	.photo_entry img { margin-bottom: 5px; }
	.section .photo_entry p { text-align: center; margin:0; }
	.section .photo_entry p a { color: #333; text-decoration: none; }
	.section .photo_entry p a:hover { color: #3366cc; text-decoration: underline;}
