/* gallery.css */


#MainContent .DiaporamaBox {
  min-height: 600px;
}

.ThumbsBox ul li {
  float: left;
  display: block;
  padding: 0 !important;
}

.ThumbsBox ul li a img {
  width: 180px;
  height: 120px;
  border: 1px solid #C01A25;
  margin: 0 20px 20px 0;
  padding: 10px;
  background: #E2E3E4;
}

.DiaporamaBox {
  text-align: center;
}

.previous a {
  background: url(/images/galerie/bt-previous.gif) no-repeat top;
  margin-left: 270px;
  line-height: 50px;
  display: block;
  width: 86px;
  height: 42px;
  float: left;
}

.next a {
  background: url(/images/galerie/bt-next.gif) no-repeat top;
  margin-right: 270px;
  line-height: 50px;
  display: block;
  width: 86px;
  height: 42px;
  float: right;
}

.previous a:hover {
  background: url(/images/galerie/bt-previous.gif) no-repeat bottom;
}

.next a:hover {
  background: url(/images/galerie/bt-next.gif) no-repeat bottom;
}

.back {
  clear: both;
  margin: 40px 0 0 -43px;
  position: absolute;
}

.cleaner {
  clear: both;
  display: block;
}