/* CSS Document */
/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }
/* The containing box for the gallery. */
#container {
    position:relative; 
    width:738px; 
    height:394px; 
    margin:20px auto 0 auto; 
    border:0px solid #; 
    }
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:6px; 
    left:6px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #fff; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slide01 {
    background:url(images/outside_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide02 {
    background:url(images/chambre1_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide03 {
    background:url(images/salon_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide04 {
    background:url(images/terrace1_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide05 {
    background:url(images/chambre2_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide06 {
    background:url(images/coin_tv_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide07 {
    background:url(images/terrace2_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide08 {
    background:url(images/dinning_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide09 {
    background:url(images/view_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide10 {
    background:url(images/outside2_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide11 {
    background:url(images/coin_tv_2_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide12 {
    background:url(images/kitchen1_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide13 {
    background:url(images/bathroom_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide14 {
    background:url(images/plage_gauche_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide15 {
    background:url(images/kitchen2_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide16 {
    background:url(images/jacuzzi_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide17 {
    background:url(images/plage_droite_s.jpg); 
    height:60px; 
    width:60px;
    }
#container a.slide18 {
    background:url(images/chairs_s.jpg); 
    height:60px; 
    width:60px;
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #666666; 
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:524px; 
    height:382px; 
    top:5px; 
    left:5px; 
    color:#; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
	background-color: #fff;
	background-image: url(images/mauritius_blue_bay.jpg);
	background-repeat: no-repeat;
	background-position: 6px 6px;
    }

