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

/* choose a suitable font and center the #container div in Internet Explorer */


/* The containing box for the gallery. */
#container {
	position:relative;
	width:650px;
	height:340px;
	margin:20px auto 0 auto;
	border:1px solid #000;
    }

/* 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:2px 4px 2px 4px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(../images/proprints/thumbs/bailey.jpg);
    height:60px;
    width:76px;
    }
#container a.slideb {
    background:url(../images/proprints/thumbs/chico.jpg);
    height:60px;
    width:76px;
    }
#container a.slidec {
    background:url(../images/proprints/thumbs/desrochers.jpg);
    height:60px;
    width:76px;
    }
#container a.slided {
    background:url(../images/proprints/thumbs/jess.jpg);
    height:60px;
    width:76px;
    }
* html #container a.slided {
    width:91px;
    w\idth:93px;
    }
#container a.slidee {
    background:url(../images/proprints/thumbs/kelley.jpg);
    height:60px;
    width:76px;
    }
#container a.slidef {
    background:url(../images/proprints/thumbs/l_livingston.jpg);
    height:60px;
    width:76px;
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
#container a.slideg {
    background:url(../images/proprints/thumbs/livingston.jpg);
    height:60px;
    width:76px;
    }
#container a.slideh {
    background:url(../images/proprints/thumbs/mosher.jpg);
    height:60px;
    width:76px;
    }
#container a.slidei {
    background:url(../images/proprints/thumbs/omalley.jpg);
    height:60px;
    width:76px;
    }
#container a.slidej {
    background:url(../images/proprints/thumbs/cortez.jpg);
    height:60px;
    width:76px;
    }
	
* html #container a.slidej {
    width:91px;
    w\idth:93px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:386px;
    }
#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:372px;
	height:275px;
	top:35px;
	left:75px;
	color:#000;
	background:#fff;
    }


#container {
    background:#fff url(../images/proprints/back.jpg) 75px 45px no-repeat;
    }
