
.pic_wall{
  text-align: center;
  margin:auto;
  margin-bottom: 20px;
	cursor: default;
}

.pic_wall picture{
  display: inline-block;
  text-align:center;
  padding: 15px;
  margin-bottom: 10px;
}

.pic_wall picture B{
  color: gray;
  font-size: 0.8em;
  display: block;
}

.pic_wall picture IMG{
  width: 200px;
  height: auto;
  border: 1px solid #e9e9e9;
  margin-top:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.pic_wall picture IMG:hover{
	border: 1px solid #e9e9e9;
	cursor: default;
	transform:none;
}

#gallery {
  display: none;
}