#gallery_img{
	border:solid 1.5px black;
	height:200px;
	overflow: hidden;
	//margin-bottom:5px;
	padding:0px;
	
}
#gallery_img img{
	height:100%;
	width:100%;
	
}