/* 	CSS Photo gallery for S.T.I.C.K.S. In Memory section
    http://sticksorg.com
	DexterDogDesigns.com  2010
*/

/* The containing box for the gallery. */ 
#gallery { 
	    position:relative; 
	    width:800px; 
	    height:525px; 
	    margin:10px auto 0 auto; 
	    border:1px solid #aaa; 
	    } 

/* Removing the list bullets and indentation */
#gallery ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* Remove the images and text from sight */
#gallery a.gallery div {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    }

/* Adding the thumbnail images */
#gallery a.gallery, #gallery a.gallery:visited {
    display:block;
    color:#000;
    font-size: 14px;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#gallery a.slidea {
    background:url(../memories/images/thumbs/t_hamilton.jpg);
    height:60px;
    width:48px;
    }
#gallery a.slideb {
    background:url(../memories/images/thumbs/t_simon-1.jpg);
    height:60px;
    width:68px;
    }
#gallery a.slidec {
    background:url(../memories/images/thumbs/t_diamond.jpg);
    height:60px;
    width:87px;
    }

#gallery a.slided {
    background:url(../memories/images/thumbs/t_ladys_chair.jpg);
    height:60px;
    width:80px;
    }

#gallery a.slidee {
    background:url(../memories/images/thumbs/t_finn.jpg);
    height:60px;
    width:59px;
    }

#gallery a.slidef {
    background:url(../memories/images/thumbs/t_mace.jpg);
    height:60px;
    width:66px;
    }

#gallery a.slideg {
    background:url(../memories/images/thumbs/t_sammie.jpg);
    height:60px;
    width:79px;
    }

#gallery a.slideh {
    background:url(../memories/images/thumbs/t_amber.jpg);
    height:60px;
    width:73px;
    }

#gallery a.slidei {
    background:url(../memories/images/thumbs/t_sunny.jpg);
    height:60px;
    width:33px;
    }



/* set the size of the unordered list to neatly house the thumbnails */
#gallery ul {
    width:750px;
    height:90px;
    }
#gallery li {
    float:left;
    }

/* move the thumbnails into the correct position */
#gallery ul {
    margin:15px;
    float:right;
    }

/* change the thumbnail border color */
#gallery a.gallery:hover {
    border:1px solid #fff;
    }

/* styling the :hover span */
#gallery a.gallery:hover div {
    position:absolute;
    width:655px;
    height:400px;
    top:120px;
    left:65px;
    color:#000;
    background:#fefee9;
    }

#gallery a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }

#gallery a.slideb:hover img, {
    float:left;
    }

#gallery {
    background:#fefee9 url(../memories/images/memories.gif) 35px 110px no-repeat;
    }



.slide_cap {
	font-size: 24px;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #660000;
}
