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

div#gallery {
	text-align: center;
}
div#gallery a {
	text-decoration: none;
}
div#gallery img {
	margin: 4px;
	border: 4px solid #FFAE5E;
}
div#gallery img:hover {
	border-color: #F90;
}