@charset "utf-8";
/* CSS Document */
.gallery
{
	margin:5px;
	border:5px solid #333;
	float:left;	
}
.gallery img
{
	width:100%;
	height:auto;
}
.desc
{
	padding:15px;
	text-align:center;
	
}