@charset "UTF-8";
/* CSS Document */

/* The containing box for the gallery. */
#photogallery {
    position:relative; 
    width:370px; 
    height:220px; 
    margin:0px auto 0 auto; 
    border:0px solid #aaa;
    }
	
#photogallery ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
	
#photogallery a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:-1px; 
    left:-1px; 
    overflow:hidden; 
    background:#fff;
    }
#photogallery li {margin-left:3px;}

/* Adding the thumbnail images */
#photogallery a.gallery, #photogallery a.gallery:visited {
    display:block; 
    color:#fff; 
    text-decoration:none; 
    border:1px solid #fff; 
    margin:1px 1px 1px 1px; 
    text-align:left; 
    cursor:default;
    }

#photogallery a.slidea {
	background:url(http://choochoo.com/content_images/content_thumbnails/thesong01LGTMB.jpg);
	height:48px;
	width:48px;
	}
#photogallery a.slideb {
	background:url(http://choochoo.com/content_images/content_thumbnails/thesong02LGTMB.jpg);
	height:48px;
	width:48px;
	}
#photogallery a.slidec {
	background:url(http://choochoo.com/content_images/content_thumbnails/thesong03LGTMB.jpg);
	height:48px;
	width:48px;
	}
/* set the size of the unordered list to neatly house the thumbnails */
#photogallery ul {
    width:165px;
    /* IE 6 needs 168px */ 
    height:220px;
    }
	
#photogallery li {
    float:left;
    }
	
/* move the thumbnails into the correct position */
#photogallery ul {
    margin:0px; 
    float:right;
    }

/* change the thumbnail border color */
#photogallery a.gallery:hover {
    border:1px solid #993333; 
    }
	
/* styling the :hover span */
#photogallery a.gallery:hover span {
    position:absolute; 
    width:201px; 
    height:205px; 
    top:1px; 
    left:1px; 
    color:#000;
    }
	
#photogallery a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:10px;
    }
	
#photogallery a.slideb:hover img, #photogallery a.slidei:hover img {
    float:left;
    }

#photogallery {
	background:#fff url(http://choochoo.com/content_images/thesong01LG.jpg) 1px 1px no-repeat;
}
