 /* The containing box for the gallery. */
#container {
    background: #efefef url(images/gallery/clintCattle.jpg) 25px 25px no-repeat;
    position: relative;  
    width: 550px; 
    height: 750px; 
    margin: 0px auto 0 auto; 
    }
    
    /* 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:#fff;
    }
    
/* 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 {
    background:url(images/gallery/threeBabiesThumb.jpg); 
    height: 58px; 
    width: 93px;
    }
#container a.slideb {
    background:url(images/gallery/babyPinkThumb.jpg);  
    height: 58px; 
    width:93px;
    }
#container a.slidec {
    background:url(images/gallery/donkeyThumb.jpg);  
    height: 58px; 
    width:93px;
    }
#container a.slided {
    background:url(images/gallery/hotDogsThumb.jpg); 
    height: 58px; 
    width:93px;
    }
    
#container a.slidee {
    background:url(images/gallery/clintCattleThumb.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slidef {
    background:url(images/gallery/poultryThumb.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slideg {
    background:url(images/gallery/fourPigsThumb.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slideh {
    background:url(images/gallery/autumnThumb.jpg);
    height: 58px; 
    width:93px;
    }
#container a.slidei {
    background:url(images/gallery/cattleThumb.jpg); 
    height: 58px; 
    width:93px;
    }
    
#container a.slidej {
    background:url(images/gallery/steaksThumb.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slidek {
    background:url(images/gallery/thumbs/P4275674.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slidel {
    background:url(images/gallery/thumbs/P4275659.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slidem {
    background:url(images/gallery/thumbs/P5125793.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.sliden {
    background:url(images/gallery/thumbs/P4275681.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slideo {
    background:url(images/gallery/thumbs/P4275677.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slidep {
    background:url(images/gallery/thumbs/P4275667.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slideq {
    background:url(images/gallery/thumbs/P4275685.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slider {
    background:url(images/gallery/thumbs/P4275660.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slides {
    background:url(images/gallery/thumbs/P5125780.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slidet {
    background:url(images/gallery/thumbs/DSC_0218.jpg);
    height: 58px; 
    width: 93px;
    }
    
#container a.slideu {
    background:url(images/gallery/thumbs/DSC_0106.jpg);
    height: 58px; 
    width: 93px;
    }
    
    
    
    /* set the size of the unordered list to neatly house the thumbnails */
#container ul {  /*controls where the thumbnails box sits*/
	position: absolute;
	top: 325px;
	left: 15px;
    width: 400px; 
    height: 400px;
    padding-top: 15px;
}

#container li {
    float:left;
    }
    
    /* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
    
    /* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }
    
    /* styling the :hover span */
#container a.gallery:hover span {/*holds the larger image*/
    position: absolute; 
    width: 502px; 
    height: 310px; 
    top: -310px; 
    left: 4px; 
    color:#000; 
    background:#ececec;
    }

#centerContent #container ul li a span img{
	width: 400px;
	height: 269px;
}
