@charset "UTF-8";

#gallery{
	
}

#image{
	width:210px;
	height:210px;
	float:left;
	text-align:center;
}

#image img{
	margin:auto;
	border:2px solid #F90;
}
#image img:hover{
	margin:auto;
	border:2px solid #393;
}
