
/* step 5 */
/* The containing box for the gallery. */
#container {
	position:relative;
	width:800px;
	height:575px;
	margin:5px auto 0 auto;
	border:1px solid #aaa;
	font-weight: bold;
	background-color: #fff;
	background-image: url(Images/Oakwood-Entrance-Sign.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
    }
	
#container .textphoto {
	margin-top: 415px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	}

/* step 6 */
/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* step 7 */
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:-1px;
    left:-1px;
    overflow:hidden;
    background:#fff;
    }

/* step 8 */
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
	height:82px;
	width:125px;
	background-image: url(Images/Oakwood-Palm-t.jpg);
    }
#container a.slideb {
	height:82px;
	width:125px;
	background-image: url(Images/P1000601-t.jpg);
    }
#container a.slidec {
	height:82px;
	width:125px;
	background-image: url(Images/LD-Sunrise-t.jpg);
    }
#container a.slided {
	height:82px;
	width:125px;
	background-image: url(Images/LD-Fountain-t.jpg);
    }
#container a.slidee {
	height:82px;
	width:125px;
	background-image: url(Images/Flower-Yellow-dark-t.jpg);
    }
#container a.slidef {
	height:82px;
	width:125px;
	background-image: url(Images/SnedigarPark-t.jpg);
    }
#container a.slideg {
	height:125px;
	width:82px;
	background-image: url(Images/Flower-Red-t.jpg);
    }
#container a.slideh {
	height:125px;
	width:82px;
	background-image: url(Images/Finger-Lake-t.jpg);
    }
#container a.slidei {
	height:125px;
	width:82px;
	background-image: url(Images/Floweer-dg-t.jpg);
    }
#container a.slidej {
	height:82px;
	width:125px;
	background-image: url(Images/Cactus-t.jpg);
    }
#container a.slidek {
	height:82px;
	width:125px;
	background-image: url(Images/Butterfly-t.jpg);
    }
#container a.slidel {
	height:82px;
	width:125px;
	background-image: url(Images/IMG_1082-t.jpg);
    }

/* step 9 */
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:265px;
    height:386px;
    }
#container li {
	margin: 0px;
    float:left;
    }
	
/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }

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

/* step 11 */
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:500px;
    height:500px;
    top:10px;
    left:10px;
    color:#000;
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }

/* step 12 */
#container a.slideh:hover img {
    float:right;
    }
