/* CSS Document */
/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:left;
   font-family: tahoma; arial, sans-serif;
   font-size:76%;
   letter-spacing:0.05em;
   }
/* The containing box for the gallery. */
#container {
	position:relative;
	width:auto;
	height:auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
/* 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:5px;
	left:5px;
	overflow:hidden;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #624D16;
    margin:1px 2px 1px 2px;
    text-align:right;
    cursor:default;
    }
#container a.slidea {
	height:93px;
	width:60px;
	background-image: url(../img/malaka_boto.jpg);
    }
#container a.slideb {
	height:93px;
	width:60px;
	background-image: url(../img/habana_boto.jpg);
    }
#container a.slidec {
	height:93px;
	width:60px;
	background-image: url(../img/olympe_boto.jpg);
    }
#container a.slided {
	height:60px;
	width:93px;
	background-image: url(../img/zamaca_boto.jpg);
    }
* html #container a.slided {
    width:91px;
    w\idth:93px;
    }
#container a.slidee {
	height:60px;
	width:93px;
	background-image: url(../img/hikuptaziha_boto.jpg);
    }
#container a.slidef {
	height:60px;
	width:93px;
	background-image: url(../img/Nabielle_boto.jpg);
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
#container a.slideg {
	height:60px;
	width:93px;
	background-image: url(../img/odina_boto.jpg);
    }
#container a.slideh {
	height:93px;
	width:60px;
	background-image: url(../img/hikuptazawa_boto.jpg);
    }
/* 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 {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #614D16;
    }
/* styling the :hover span */
#container a.gallery:hover span {
	position:absolute;
	width:600px;
	height:400px;
	top:10px;
	left:15px;
	color:#DBCF8E;
	background-color: #614D16;
    }
#container a.gallery:hover img {
    border:1px solid #614D16;
    float:left;
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
	background-color: #614D16;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: 75px 10px;
    }

