/* 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.slide3a {
	height:93px;
	width:60px;
	background-image: url(../img/MahirMalik_boto.jpg);
    }
#container a.slide3b {
	height:93px;
	width:60px;
	background-image: url(../img/sabah_boto.jpg);
    }
#container a.slide3c {
	height:93px;
	width:60px;
	background-image: url(../img/Asmar_boto.jpg);
    }
#container a.slide3d {
	height:60px;
	width:93px;
	background-image: url(../img/zamaca_boto.jpg);
    }
* html #container a.slide3d {
    width:91px;
    w\idth:93px;
    }
#container a.slide3e {
	height:60px;
	width:93px;
	background-image: url(../img/hikuptaziha_boto.jpg);
    }
#container a.slide3f {
	height:60px;
	width:93px;
	background-image: url(../img/Nabielle_boto.jpg);
    }
* html #container a.slide3f {
    width:91px;
    w\idth:93px;
    }
#container a.slide3g {
    background:url(../images/p7_t.jpg);
    height:60px;
    width:93px;
    }
#container a.slide3h {
    background:url(../images/p8_t.jpg);
    height:60px;
    width:93px;
    }
#container a.slide3i {
    background:url(../images/p9_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slide3j {
    background:url(../images/p10_t.jpg);
    height:93px;
    width:60px;
    }
#container a.slide3k {
    background:url(../images/p11_t.jpg);
    height:60px;
    width:93px;
    }
* html #container a.slide3k {
    width:91px;
    w\idth:93px;
    }
#container a.slide3l {
    background:url(../images/p12_t.jpg);
    height:60px;
    width:93px;
    }
#container {
    width:auto;
    height:auto;
    }
#container li {
    float:left;
    }
	
#container a.gallery:hover {
    border:1px solid #614D16;
    }

