@charset "utf-8";
/* CSS Document */
.photogallery {
	margin-bottom:0.2em;
	margin-top:0.2em;
}
.photogallery img {
	max-width:500px;
	width:100%;
}
.small.photogallery img {
    max-width:200px;
    width:100%;
}
