/* The containing box for the gallery. */
.container-gallery {
    position:relative; 
    width:580px; 
    height:300px; 
    margin:10px auto 0 auto; 
    border:1px solid #aaa; 
    background:#fff;
    background-image: url('../images/TheWooden%20Quill-Logo-3tm.gif');
    background-repeat: no-repeat;
    font-family:"Comic Sans MS", cursive; 
    }
    
/* Removing the list bullets and indentation */
.container-gallery ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }

/* Remove the images and text from sight */

.container-gallery a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
/* styling the :hover span */
.container-gallery a.gallery:hover span {
    position:absolute; 
    width:450px; 
    height:290px; 
    top:10px; 
    left:10px; 
    color:#000; 
    background:#fff;
    }
.container-gallery a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
/* Adding the thumbnail images */
.container-gallery a.gallery, .container-gallery 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-gallery a.slidea {
    background:url('../images/mypens/mypena_t.jpg'); 
    height:70px; 
    width:93px
    }
.container-gallery a.slideb {
    background-image:url('../images/mypens/mypenb_t.jpg'); 
    height:70px; 
    width:93px
    }
.container-gallery a.slidec {
    background-image:url('../images/mypens/mypenc_t.jpg'); 
    height:70px; 
    width:93px
    }

.container-gallery a.slided {
    background:url('../images/bowls/ElmBowlSmall_t.jpg'); 
    height:70px; 
    width:93px
    }
.container-gallery a.slidee {
    background-image:url('../images/bowls/ManzanitaBurlFront_t.jpg'); 
    height:70px; 
    width:93px
    }
.container-gallery a.slidef {
    background-image:url('../bowls/mypens/mypenc_t.jpg'); 
    height:70px; 
    width:93px
    }
**/

/* set the size of the unordered list to neatly house the thumbnails */
/* move the thumbnails into the correct position */
.container-gallery ul {
    width:125px; 
    height:350px;
    margin:5px; 
    float:right;
    }
.container-gallery li {
    float:right;
    }
/* change the thumbnail border color */
.container-gallery a.gallery:hover {
    border:1px solid #fff; 
    }
    