body {
   text-align:center; 
   font-size:80%; 
   letter-spacing:0.05em;
   }
   
   /* The containing box for the gallery. */
#container2 {
	position:relative;
	width:590px;
	height:300px;
	border:0px solid #aaa;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	/*background-color: #eeeeee;*/
    }
	
/* Removing the list bullets and indentation */
#container2 ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
	
/* Remove the images and text from sight */
#container2 a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
   /* background:#EEEEEE;*/
    }
	
/* Adding the thumbnail images */
#container2 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;
    }
#container2 a.slidea {
    background:url(images/houses/house2_pic1thumb.jpg); 
    height:51px; 
    width:60px;
    }
#container2 a.slideb {
    background:url(images/houses/house2_pic2thumb.jpg); 
    height:51px; 
    width:60px;
    }
#container2 a.slidec {
    background:url(images/houses/house2_pic3thumb.jpg); 
    height:51px; 
    width:60px;
    }
#container2 a.slided {
    background:url(images/houses/house2_pic4thumb.jpg); 
    height:51px; 
    width:60px;
    }
#container2 a.slidee {
    background:url(images/houses/house2_pic5thumb.jpg); 
    height:51px; 
    width:60px;
    }
	
	/* set the size of the unordered list to neatly house the thumbnails */
#container2 ul {
    width:198px; 
    height:300px;
    }
#container2 li {
    float:right;
    }
/* move the thumbnails into the correct position */
#container2 ul {
    margin:5px; 
    float:left;
    }
/* change the thumbnail border color */
#container2 a.gallery:hover {
    border:1px solid #fff; 
    }
/* styling the :hover span */
#container2 a.gallery:hover span {
    position:absolute; 
    width:350px; 
    height:300px; 
    top:40px; 
    left:208px; 
    /*color:#000; 
    background:#fff;*/
    }
	
#container2 a.gallery:hover img {
    border:1px solid #fff; 
    float:right; 
   /* margin-right:5px;*/
    }
#container2 {
    background:#fff url(images/houses/house2_pic1.jpg) 275px 40px no-repeat;
    }
