#gallery_list_wrapper { text-align: center; }
#gallery_list_wrapper>div {
    width: 180px;
    margin: 16px;
    text-align: center;
    display: inline-block;
}
#gallery_list_wrapper>div>div a { text-decoration: none; }
#gallery_list_wrapper>div>div:nth-child(1) {
    height: 150px;
    position:relative;
}
#gallery_list_wrapper>div>div:nth-child(1) img {
	position:absolute;
    max-width:150px;
    max-height:150px;
    margin:auto;
    top:0; bottom:0; left:0; right:0;
}
#gallery_list_wrapper>div>div:nth-child(2) {
    color: black;
    margin: 12px 0 0;
}

#form_board_search input { margin: 12px; }
