


/* 	PHOTO GALLERY  */



.area{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color:#264363;
	font-size: 12px;
	text-align: justify;
}
   
   /* The containing box for the gallery. */
   
#galleryContainer {
    background: url(images/showGallery/eightHitch.jpg)  25px 75px no-repeat;
    position: relative;  
    width: 770px; 
    height: 400px; 
    margin: 0px auto 0 auto; 
    border-bottom: none; 
    }
    
    /* Removing the list bullets and indentation */
#galleryContainer ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
    
    /* Remove the images and text from sight */
    
#galleryContainer a.gallery span {
    position: absolute; 
    width: 1px; 
    height: 1px; 
    top: 5px; 
    left: 5px; 
    overflow: hidden; 
    background: #fff;
    }
    
/* Adding the thumbnail images */

#galleryContainer a.gallery, #galleryContainer a.gallery:visited {
    display: block; 
    color: #000; 
    text-decoration: none; 
    border: 1px solid #000; 
    margin: 1px 2px 1px 2px; 
    text-align: left; 
    cursor: default;
    }
    
#galleryContainer a.slidea {
    background: url(images/showGallery/thumbnails/doubleGrey.jpg);  
    height: 77px; 
    width: 150px;
    }
    
#galleryContainer a.slideb {
    background: url(images/showGallery/thumbnails/eightGrey.jpg);  
    height: 77px; 
    width: 150px;
    }
    
#galleryContainer a.slidec {
    background: url(images/showGallery/thumbnails/evacart145.jpg);  
    height: 77px; 
    width: 150px;
    }
    
#galleryContainer a.slided {
    background: url(images/showGallery/thumbnails/greySingle.jpg); 
    height: 77px; 
    width: 150px;
    }
    
#galleryContainer a.slidee {
    background: url(images/showGallery/thumbnails/sixGrey.jpg); 
    height: 77px; 
    width: 150px;
    }
    
#galleryContainer a.slidef {
    background:url(images/showGallery/thumbnails/tripleGrey.jpg); 
    height: 77px; 
    width: 150px;
    }
    
#galleryContainer a.slideg {
    background: url(images/showGallery/thumbnails/WPC-six150.jpg); 
    height: 77px; 
    width: 150px;
    }
    
#galleryContainer a.slideh {
    background: url(images/showGallery/thumbnails/rena.jpg); 
    height: 77px; 
    width: 150px;
    }
    
    
    /* set the size of the unordered list to neatly house the thumbnails */
    
#galleryContainer ul {
    width: 325px; 
    height: 386px;
    }
    
#galleryContainer li {
    float: left;
    }
    
    /* move the thumbnails into the correct position */
    
#galleryContainer ul {
    margin: 5px; 
    float: right;
    }
    
    /* change the thumbnail border color */
    
#galleryContainer a.gallery:hover {
    border: 1px solid #fff; 
    }
    
    /* styling the :hover span */
#galleryContainer a.gallery:hover span {
    position: absolute; 
    width: 400px; 
    height: 375px; 
    top: 25px; 
    left: 25px; 
    color: #000; 
    }
