/* galerie.css */


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

.ThumbsBox ul li {
  float: left;
  display: block;
}

.ThumbsBox ul li a img {
  width: 140px;
  height: 105px;
  border: 1px solid black;
  margin: 3px;
}

.DiaporamaBox {
  text-align: center;
}

.legende {
  margin-top: 20px;
}


.previous a {
  background: transparent url(/images/galerie/bt-previous.gif) no-repeat 2px;
  height: 20px;
  padding: 5px 10px 5px 30px;
}

.next a {
  background: url(/images/galerie/bt-next.gif) no-repeat right;
  height: 20px;
  padding: 5px 30px 5px 10px;
}

.back {
  padding-left: 20px;
  display: block;
  margin-top: 40px;
}

.back a {
  background: transparent url(/images/return.png) no-repeat left;
  padding-left: 20px;
}

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