/* choose a suitable font and center the #container div in Internet Explorer */ 
	body { 
	   text-align:center; 
	   font-family: Hoefler Text, Georgia, century gothic, sans-serif; 
	   font-size:100%;
	   background:#000;
    	 
	  }


	

#nav	{
	font-size: 110%;
	word-spacing:5px;
	}
	

/* The containing box for the gallery. */
#container {
    position:relative;
    width:885px;
    height:520px;
    margin:10px auto 0 auto;
    border:1px solid #cccccc;
    }


/* 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;
    background:#000;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#fff;
    text-decoration:none;
    border:1px solid #cccccc;
    margin:6px 10px 6px 10px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(../images/ruthiet.jpg);
    height:25px;
    width:60px;
    }
#container a.slideb {
    background:url(../images/colosseot.jpg);
    height:25px;
    width:60px;
    }
#container a.slidec {
    background:url(../images/barst.jpg);
    height:25px;
    width:60px;
    }
#container a.slided {
    background:url(../images/lookdownt.jpg);
    height:25px;
    width:60px;
    }
#container a.slidee {
    background:url(../images/arnot.jpg);
    height:25px;
    width:60px;  
    }
#container a.slidef {
    background:url(../images/divat.jpg);
    height:25px;
    width:60px;
    }
#container a.slideg {
    background:url(../images/scaffoldingt.jpg);
    height:25px;
    width:60px;
    }
#container a.slideh {
    background:url(../images/pisasolitat.jpg);
    height:25px;
    width:60px;
    }
#container a.slidei {
    background:url(../images/erict.jpg);
    height:25px;
    width:60px;
    }
#container a.slidej {
    background:url(../images/curtaint.jpg);
    height:25px;
    width:60px;
    }
#container a.slidek {
    background:url(../images/deadendt.jpg);
    height:25px;
    width:60px;
    }
#container a.slidel {
    background:url(../images/windowstripst.jpg);
    height:25px;
    width:60px;
    }
#container a.slidem {
    background:url(../images/sleepert.jpg);
    height:25px;
    width:60px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:80px;
    height:520px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:10px;
    float:left;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #000;
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:760px;
    height:500px;
    top:10px;
    left:100px;
    color:#000;
    background:#000;
    }

#container a.gallery:hover img {
    border:1px solid #000;
    float:left;
    margin-right:5px;
    }
    

    
    	a:link {color: white; text-decoration: none;}
	a:visited {color: white; text-decoration: none;}
	a:focus {color: white; text-decoration: none;}
	a:hover {color: gray; text-decoration: none;}
	a:active {color: white; text-decoration: none;} 