#AlbumPhotosElevesCadreHaut
{
    background-image: url(Images/PNG/cadrehaut.png);
  	background-repeat: no-repeat;  
    width : 275px;
    height : 30px;  
}

#AlbumPhotosElevesCadreCentre
{
    background-image: url(Images/PNG/cadrecentre.png);
  	background-repeat: repeat-y;
    width : 275px;
    height : auto; 
}

#AlbumPhotosElevesCadreBas 
{
    background-image: url(Images/PNG/cadrebas.png);
  	background-repeat: no-repeat;  
    width : 275px;
    height : 25px; 
} 


#AlbumPhotosElevesContainer {
  text-align:center;
}

#AlbumPhotosElevesTitle {
  color: #a71930;
  text-align: left;
  width: 475px;
  font-size:17px;
  font-weight:bold;
  font-family:'Arial', 'Verdana';
  height: 35px;
}

#AlbumPhotosElevesLigne {
  text-align:center;
  width:275px;
  height: 20px;
}

#AlbumPhotosElevesPicTitle {
  float: left;
  padding: 0;
  font: 12px solid 'Arial';
  font-weight:bold;
  text-align: right;
  width:75px;
  height: 20px;
}
#AlbumPhotosElevesPicCaption {
  float: left;
  padding: 0;  
  font: 12px solid 'Arial';
  font-weight:bold;
  text-align: center;
  width: 200px;
  height:20px;
}

#AlbumPhotosElevesPicContainer {
  padding: 0px;
  text-align: center;
  width: 275px;
  height: 375px;
}

.AlbumPhotosElevesPic
{
  border: 1px solid #865a38;
  cursor:pointer;	
}

#AlbumPhotosElevesBottom {
  width:265px;
  height:69px;
  border-bottom:1px solid #0000;
}

#AlbumPhotosElevesScrollLeft {
  width: 18px;
  height: 67px;
  background:url(Images/PNG/sliderLeft.png) no-repeat;
  float:left;
  cursor:pointer;
  border-top:1px solid #000;
  border-left:1px solid #000;
  border-bottom:1px solid #000; 
}

#AlbumPhotosElevesScrollRight {
  width: 18px;
  height: 67px;
  background:url(Images/PNG/sliderRight.png) no-repeat;
  float:left;
  cursor:pointer;
  border-top:1px solid #000;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
}

#AlbumPhotosElevesScrollContainer {
  width:225px;
  overflow:hidden;
  float:left;
  border-top:1px solid #000;
  border-bottom:1px solid #000;  
}

#AlbumPhotosElevesScroller {
  height: 67px;
  width:100px;
}

.AlbumPhotosElevesThumbBox {
  width:45px;
  height: 67px;
  float:left;
  text-align:center;
  background-color:#f0f0f0;
  cursor:pointer;
}
.AlbumPhotosElevesSelected {
  background-color:#f0f0f0;
}

.AlbumPhotosElevesThumbBox img {
  border:2px solid #000000;
}
.AlbumPhotosElevesSelected img {
  border:2px solid red;
}
