/* galerie.css */


.GalleryBox {
  width: 580px;
}

.GalleryBox ul li{
  float: left;
  padding: 10px;
  list-style-type: none;
}

.GalleryBox .ThumbsBox img {
  width: 150px;
  height: 100px;
}

.GalleryBox .DiaporamaBox {
  text-align: center;
  padding-top: 15px;
}

.GalleryBox .DiaporamaBox .previous a {
  display: block;
  float: left;
  margin-left: 200px;
  height: 43px;
  width: 85px;
  background: url(/images/galerie/bt-previous.gif) no-repeat top;
}
.GalleryBox .DiaporamaBox .previous a:hover {
  background: url(/images/galerie/bt-previous.gif) no-repeat bottom;
}

.GalleryBox .DiaporamaBox .next a {
  display: block;
  float: right;
  margin-right: 200px;
  height: 43px;
  width: 85px;  
  background: url(/images/galerie/bt-next.gif) no-repeat top;
}
.GalleryBox .DiaporamaBox .next a:hover {
  background: url(/images/galerie/bt-next.gif) no-repeat bottom;
}

.GalleryBox .back {
  margin: 20px;
  clear: both;
  text-align: center;
}

.GalleryBox .DiaporamaBox .back a {
  font-size: 11px;
  color: #003466; 
}
.GalleryBox .DiaporamaBox .back a:hover {
  text-decoration: none; 
}