/* choose a suitable font and center the #containerbox div in Internet Explorer */

/* The containing box for the gallery. */
#containerbox {
    position:relative;
    width:750px;
    height:410px;
    margin:20px auto 0 auto;
    border:1px solid #aaa;
    }

/* Remove the images and text from sight */
#containerbox a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }

/* Removing the list bullets and indentation */
#containerbox ul {
    padding:0;
    margin:0;
    list-style-type:none;
    list-style: none
}

/* set the size of the unordered list to neatly house the thumbnails */
#containerbox ul {
    width:198px;
    height:386px;
    }

#containerbox li {
    float:left;
    }


#central {
	margin: 0px auto;
	width: 750px;
	text-align: center;
	padding: 15px;
	border: thin none white;
    background-color: #FFFFF0;
}

/* move the thumbnails into the correct position */
#containerbox ul {
    margin:5px;
    float:right;
    }

/* change the thumbnail border color */
#containerbox a.gallery:hover {
    border:1px solid #fff;
    }

/* styling the :hover span */
#containerbox a.gallery:hover span {
    position:absolute;
    width:372px;
    height:372px;
    top:30px;
    left:60px;
    color:#000;
    background:#fff;
    }

#containerbox a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }

#containerbox a.slideb:hover img, #containerbox a.slidei:hover img {
    float:right;
    }

#containerbox {
    background:transparent url(images/arrival-in-village.jpg) no-repeat 75px 50px;
    }

/* Adding the thumbnail images */
#containerbox a.gallery, #containerbox a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#containerbox a.slidea {
    background:url(images/ThumbNail/garden.jpg);
    height:93px;
    width:60px;
    }
#containerbox a.slideb {
    background:url(images/ThumbNail/village-house2.jpg);
    height:93px;
    width:60px;
    }
#containerbox a.slidec {
    background:url(images/ThumbNail/village-elder.jpg);
    height:93px;
    width:60px;
    }
#containerbox a.slided {
    background:url(images/ThumbNail/sharing.jpg);
    height:60px;
    width:93px;
    }
* html #containerbox a.slided {
    width:91px;
    w\idth:93px;
    }
#containerbox a.slidee {
    background:url(images/ThumbNail/cooking.jpg);
    height:60px;
    width:93px;
    }
#containerbox a.slidef {
    background:url(images/ThumbNail/come-on-down.jpg);
    height:60px;
    width:93px;
    }
* html #containerbox a.slidef {
    width:91px;
    w\idth:93px;
    }
#containerbox a.slideg {
    background:url(images/ThumbNail/mothers.jpg);
    height:60px;
    width:93px;
    }
#containerbox a.slideh {
    background:url(images/ThumbNail/first-village.jpg);
    height:93px;
    width:60px;
    }
#containerbox a.slidei {
    background:url(images/ThumbNail/man-singsing.jpg);
    height:93px;
    width:60px;
    }
#containerbox a.slidej {
    background:url(images/ThumbNail/kevin-baking.jpg);
    height:93px;
    width:60px;
    }
#containerbox a.slidek {
    background:url(images/ThumbNail/farewell-dance.jpg);
    height:60px;
    width:93px;
    }
* html #containerbox a.slidek {
    width:91px;
    w\idth:93px;
    }
#containerbox a.slidel {
    background:url(images/ThumbNail/gift.jpg);
    height:60px;
    width:93px;
    }

