#DHTMLGallery_observatoire, #DHTMLGallery_observatoire_thumbs, #DHTMLGallery_observatoire_arrows { /* Width of divs for thumbnails */
    width: 240px;
}
	
#DHTMLGallery_observatoire {
    float: left;
}
	
#DHTMLGallery_observatoire_thumbs {
    overflow: hidden;   /* Don't change this */
    height: 280px;      /* Height of thumbnail div */
    position: relative; /* Never change this */
    float: left;
    left: 20px;
}

#DHTMLGallery_observatoire_arrows {
    position: relative; /* Never change this */
    float: left;
    left: 20px;
}
	
#DHTMLGallery_observatoire_thumbs_inner {
    position: relative; /* Never change this */
    width: 1000px;
}

#DHTMLGallery_observatoire_imageDesc {
    text-align:	center;
}

#DHTMLGallery_observatoire_loading {
    padding-right: 60px;
}

#DHTMLGallery_observatoire .strip_of_thumbnails {	/* A vertical strip of thumbnails */
    width: 114px;	/* Width of strip */
    padding: 5px;	/* "Air" inside filmstrip div */
    position: absolute;
}

#DHTMLGallery_observatoire .strip_of_thumbnails div {
    width: 110px;
    height: 90px;
    padding: 2px;
    text-align: center;
}

#DHTMLGallery_observatoire .strip_of_thumbnails img {
    border: 0px;
    padding: 5px;
}

#DHTMLGallery_observatoire .strip_of_thumbnails img .activeImage {	/* Active thumbnail */
    border: 5px solid #317082;	/* Green border around active thumbnail */
    padding: 0px;
}

#DHTMLGallery_observatoire .leftArrow {
    float:left;
}

#DHTMLGallery_observatoire .rightArrow {
   float:right;
}
