@charset "utf-8";
#image_gallery{
	margin:10px auto 0;
	position:relative;}

.gallery_pic{
	float:left;
	height:175px;
	margin:8px;
	overflow:hidden;
	text-align:center;
	width:175px;}	
	.gallery_pic img{
		border:2px solid #25aae1;
		max-height:171px;
		max-width:171px;}
	.gallery_pic img:hover{
		border:2px solid #f77435;}