.gallery-posts{
  margin-bottom: 30px;
}
.content ul.slides{
  margin:0;
}
.slider{
    /*margin:0 -34px;*/
  border: 0;
  position: relative;
}
div.slider ul li, div.carousel ul li{
  list-style-image: none !important;
  position: relative;
}

.slider .flex-caption{
  background: #555;
  background: rgba(0,0,0,0.5);
  padding: 30px;
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  margin: 0;
}

.slider .flex-direction-nav{
  margin: 0;
  position: absolute;
  bottom: 50%;
  height: 50px;
  width: 100%;
  overflow: hidden;
}
.slider .flex-direction-nav a{
  margin: 0;
  overflow: visible;
}

.slider .flex-direction-nav a:before{
  font-size: 32px;
}

.slider .flex-caption a{
  text-decoration: underline;
  color: #fff;
}

.slider .flex-caption a:hover{
  color:#f58025;
}

.carousel{
  /*margin: 0 -34px;*/
  border-radius: 0;
  border: 0;
}

.carousel li{
  cursor: pointer;
	margin-right: 0;
}

.carousel .flex-direction-nav {
	margin-top: -87px;
	margin-bottom: 90px;
}

.flex-direction-nav .flex-prev {
	overflow: visible;
}