/* The containing box for the photo gallery. */
#container {
    position:relative; 
    width:784px; 
    /* Add 100 to height */ 
    height:524px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }
	
/* 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; 
    /* Add 100 to top */ 
    top:105px; 
    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(Photos/morehorseshowviews/ribbonchairTN.jpg); 
    height:65px; 
    width:102px;
    }
#container a.slideb {
    background:url(Photos/morehorseshowviews/bethchampTN.jpg); 
    height:65px; 
    width:102px;
    }
#container a.slidec {
    background:url(Photos/morehorseshowviews/lexicowboyTN.jpg); 
    height:65px; 
    width:102px;
    }
#container a.slided {
    background:url(Photos/morehorseshowviews/kelbysodapopTN.jpg); 
    height:65px; 
    width:102px;
    }
#container a.slidee {
    background:url(Photos/morehorseshowviews/goteamkismetTN.jpg); 
    height:65px; 
    width:102px;
    }	
#container a.slidef {
    background:url(Photos/morehorseshowviews/abbydayanjumpTN.jpg); 
    height:65px; 
    width:102px;
    }
#container a.slideg {
    background:url(Photos/morehorseshowviews/longdayTN.jpg); 
    height:65px; 
    width:102px;
    }
#container a.slideh {
    background:url(Photos/horseshowviews/christineleadlineTN.jpg);
    height:65px; 
    width:102px;
    }
#container a.slidei {
    background:url(Photos/horseshowviews/rebeccacowboyTN.jpg);
    height:65px; 
    width:102px;
    }		
#container a.slidej {
    background:url(Photos/horseshowviews/insightgroup09TN.jpg);
    height:65px; 
    width:102px;
    }
#container a.slidek {
    background:url(Photos/horseshowviews/holleepanchoTN.jpg);
    height:65px; 
    width:102px;
    }	
	
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(none.jpg); 
    height:60px; 
    width:93px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:216px; 
    height:321px;
    }
#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 {
    position:absolute; 
    width:400px; 
    height:400px; 
    /* Add 100 to top */ 
    top:110px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#container {
	/* Change to 75px 110px... */
    background:#fff url(Photos/gallerybkd.jpg) 75px 110px no-repeat;
    }

