/* Gallery */
.article section.gallery .flexslider {
	border: 0;
	margin:0;
	border: 1px solid #999999;
	border-radius: 0;
}
.article section.gallery .flexslider .flex-caption{
	border: 0;
}
.article section.gallery .flexslider p.flex-caption{
	color: #999999;
	margin: -4px 0 0;
	padding: 8px;
	text-align: left;
  font-size: 13px;
}
.article section.gallery .flexslider p.flex-caption span{
	color: #999999;
	font-size: 11px;
}
.article section.gallery .flexslider .flex-direction-nav a{
	  opacity: 0.5;
}
.article section.gallery .flexslider .flex-direction-nav .flex-prev {
  left: 5px;
}
.article section.gallery .flexslider  .flex-direction-nav .flex-next {
  right: 5px;
}
.article section.gallery h2{
	margin-left: 0;
}
.article section.gallery .flexslider ul{
	margin: 0;
	line-height: normal;
}
.article section.gallery .flexslider ul li{
	font-size: 0;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}
.article section.gallery.galleryFull{
	width: 661px;
  margin: 0 0 8px 15px;
}
.article section.gallery.galleryFull img{
	width: 659px;
}
.article section.gallery.galleryCenter{
	width: 491px;
	margin: 0 0 8px 182px;
}
.article section.gallery.galleryCenter img{
	width: 489px;
}
.article section.gallery.galleryCenter .custom-navigation img,
.article section.gallery.galleryFull .custom-navigation img{
	width: 19px;
	height: 14px;
}
.article section.gallery .flex-control-nav {
      position: relative;
      bottom: auto;
      padding-top: 8px;
      text-align: center;
      margin: auto;
}
.article section.gallery .custom-navigation{
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 1024px) {
  .article section.gallery .custom-navigation{
    display: none;
  }
}

.article section.gallery .custom-navigation > * {
    display: table-cell;
}
.article section.gallery .custom-navigation > a {
  width: 50px;
}
.article section.gallery .custom-navigation .flex-next {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
	.article section.gallery.galleryFull {
	  margin-left: 0;
  }
}
@media only screen and (min-width: 310px) {
  .article section.gallery.galleryFull {
    width: 300px;
  }
  .article section.gallery.galleryFull img {
    width: 100%;
  }
}
@media only screen and (min-width: 410px) {
  .article section.gallery.galleryFull {
    width: 400px;
  }
  .article section.gallery.galleryFull img {
    width: 100%;
  }
}
@media only screen and (min-width: 710px) {
  .article section.gallery.galleryFull {
    width: 600px;
  }
  .article section.gallery.galleryFull img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
	.article section.gallery.galleryCenter {
	  margin-left: 0;
  }
}
@media only screen and (min-width: 310px) {
  .article section.gallery.galleryCenter {
    width: 300px;
  }
  .article section.gallery.galleryCenter img {
    width: 100%;
  }
}
@media only screen and (min-width: 410px) {
  .article section.gallery.galleryCenter {
    width: 400px;
  }
  .article section.gallery.galleryCenter img {
    width: 100%;
  }
}
@media only screen and (min-width: 710px) {
  .article section.gallery.galleryCenter {
    width: 600px;
  }
  .article section.gallery.galleryCenter img {
    width: 100%;
  }
}
