#gallerywrap {
  position: relative
}
#gallerywrap .item {
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.075);
	background-color: #FFF;
	color:#808080;
}
#gallerywrap .item  h5{
	color:#808080;
	font-weight:300;
}
#gallerywrap .item > a {
  display: block;
  line-height: 0
}
#gallerywrap section {
  padding: 1em;
  padding-bottom: 1em;
  position: relative;
}
#gallerywrap section:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 5px solid transparent;
}
#gallerywrap section:before {
	border-bottom-color: #97BE0E;
	position: absolute;
	top: -5px;
	left: 48%;
	z-index: 2;
}

#gallerywrap section a.like {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	padding: .4em 1.1em;
	background-color: #FFF;
	text-align: center;
}
#gallerywrap section a.like i.icon {
  font-size: 1.0em;
}
#gallerywrap section a.like.active {
	background-color: #FFF;
	color: #97BE0E;
}
#gallerywrap section a.like:hover {
	color: #97BE0E;
}
#gallerywrap section a.like small {
  display: block;
  font-size: .85em;
}
#gallerywrap section a.like.active small {
  color: #fff;
}
.gallery-nav {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}