@charset "UTF-8";

#Gallery{
	margin-bottom: 2em;
	width: 720px;
	text-align: center;
}

#Gallery table{
	width: 100%;
}
#Gallery td{
	padding: 2ex;
	width: 50%;
	font-size: 80%;
	text-align: center;
}
#Gallery td a{
	color: #333;
}
#Gallery td a img{
	margin: 0 0 1ex;
	padding: 5px;
	background-color: #fff;
	border: 1px #efefef solid;
	border-bottom-color: #cecece;
}

#Gallery td a:hover{
	text-decoration: none;
}