/* The containing box for the gallery. */
#container {
    position:relative; 
    width:760px;
	height: 518px;
    margin:20px auto 0 auto;
	border: none;
    }

.photo_start {
	float: left;
	padding: 2px 0 0 30px;
	}
	
/* 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.slideb {
    background:url(../images/photos/p2_t.jpg); 
    height:68px; 
    width:104px;
    }
#container a.slidec {
    background:url(../images/photos/p3_t.jpg); 
    height:68px; 
    width:104px;
    }
#container a.slided {
    background:url(../images/photos/p4_t.jpg); 
    height:68px; 
    width:104px;
    }
#container a.slidee {
    background:url(../images/photos/p5_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidef {
    background:url(../images/photos/p6_t.jpg); 
    height:93px; 
    width:93px;
    }
#container a.slideg {
    background:url(../images/photos/p7_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideh {
    background:url(../images/photos/p8_t.jpg); 
    height:93px; 
    width:93px;
    }
#container a.slidei {
    background:url(../images/photos/p9_t.jpg); 
    height:68px; 
    width:104px;
    }
#container a.slidej {
    background:url(../images/photos/p10_t.jpg); 
    height:68px; 
    width:104px;
    }
#container a.slidek {
    background:url(../images/photos/p11_t.jpg); 
    height:68px; 
    width:104px;
    }
#container a.slidel {
    background:url(../images/photos/p12_t.jpg); 
    height:68px; 
    width:104px;
    }
#container a.slidem {
    background:url(../images/photos/p13_t.jpg); 
    height:68px; 
    width:128px;
    }
#container a.sliden {
    background:url(../images/photos/p14_t.jpg); 
    height:68px; 
    width:80px;
    }
#container a.slideo {
    background:url(../images/photos/p15_t.jpg); 
    height:93px; 
    width:136px;
    }
#container a.slidep {
    background:url(../images/photos/p16_t.jpg); 
    height:93px; 
    width:69px;
    }
#container a.slideq {
    background:url(../images/photos/p17_t.jpg); 
    height:93px; 
    width:107px;
    }
#container a.slider {
    background:url(../images/photos/p18_t.jpg); 
    height:93px; 
    width:157px;
    }
#container a.slides {
    background:url(../images/photos/p19_t.jpg); 
    height:93px; 
    width:161px;
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:330px;
	background-color: #FADF88;
    }
#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:360px; 
    height:360px; 
    top:7px; 
    left:30px; 
    color: #FFFFFF; 
    background:#C05B1F;
    }
	
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
	
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }