/* 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: 0px;
	margin-left: auto;
    }
/* Removing the list bullets and indentation */
#container ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height: auto;
    }
/* 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:#211A07;
    text-decoration:none;
    border:1px solid #624D16;
    margin:1px 2px 1px 2px;
    text-align:right;
    cursor:default;
    }
#container a.slide2a {
	height:93px;
	width:60px;
	background-image: url(../img/desertWind_boto%20copia.jpg);
    }
#container a.slide2b {
	height:93px;
	width:60px;
	background-image: url(../img/moniet_boto.jpg);
    }
#container a.slide2c {
	height:93px;
	width:60px;
	background-image: url(../img/Consul_boto.jpg);
    }
#container a.slide2d {
	height:93px;
	width:60px;
	background-image: url(../img/quom_boto.jpg);
    }
* html #container a.slide2d {
    width:58px;
    w\idth:60px;
    }
#container a.slide2e {
	height:93px;
	width:60px;
	background-image: url(../img/bahir_boto.jpg);
    }
#container a.slide2f {
	height:93px;
	width:60px;
	background-image: url(../img/Amman_boto.jpg);
    }
* html #container a.slide2f {
    width:58px;
    w\idth:60px;
    }
#container a.slide2g {
	height:60px;
	width:93px;
    }
#container a.slide2h {
	height:60px;
	width:93px;
	background-image: url(../img/Consul_boto.jpg);
    }
	
#container a.slide2i {
	height:93px;
	width:60px;
	background-image: url(../img/Sana_boto.jpg);}
	
* html #container a.slide2i {
    width:58px;
    w\idth:60px;
    }
	
#container a.slide2j {
	height:93px;
	width:60px;
	background-image: url(../img/Asmar_boto.jpg);
	
}

#container a.slide2k {
	height:93px;
	width:60px;
	background-image: url(../img/Hafisa_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:650px;
	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.slide2b:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
	background-color: #614D16;
	background-image: url(../img/Amman_boto.jpg);
	background-repeat: no-repeat;
	background-position: 75px 10px;
    }

