#footerGallery {
  position: relative;
  width: 100%;
  min-width: 968px;
  overflow: hidden;
  height: 400px;
}
#footerGallery .simply-scroll-container {
  position: relative;
  width: 100%;
  height: 400px;
}
#footerGallery .simply-scroll-container .simply-scroll-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
#footerGallery .simply-scroll-container .simply-scroll-clip .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footerGallery .simply-scroll-container .simply-scroll-clip .simply-scroll-list li {
  float: none;
  padding: 0 1px 0 0;
  margin: 0;
  list-style: none;
}
#footerGallery .simply-scroll-container .simply-scroll-clip .simply-scroll-list li img {
  display: block;
}
#footerGallery .simply-scroll-container .simply-scroll-btn {
  position: absolute;
  z-index: 3;
  top: 190px;
  width: 50px;
  height: 36px;
  cursor: pointer;
  background: url(../img/fleche-scroll.png);
}
#footerGallery #alphaLeft,
#footerGallery #alphaRight {
  position: absolute;
  top: 0;
  height: 400px;
  background: url(../img/bg-footer-gallery.png);
}
#footerGallery #alphaLeft {
  left: 0;
}
#footerGallery #alphaRight {
  right: 0;
}
#footerGallery #boxTitle {
  position: absolute;
  top: 0;
  padding: 0 9px 0 6px;
  background-color: #232323;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#footerGallery #boxTitle h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3181818181818181em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
#footerGallery #topRightLink {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #232323;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 0.9230769230769231em;
  line-height: 2.230769230769231em;
  margin-bottom: 0;
}
#footerGallery #topRightLink a {
  color: #FF0000;
  text-decoration: none;
  padding-right: 15px;
  padding-left: 5px;
  background: url(/img/bg-box-top-right-link.png) no-repeat right top;
}


#footerGallery #topRightLink  a:hover {
  color: #ffffff;
}
