/* This the style sheet for the New Gallary displays for the GMMTFC. March 3, 2010. */


/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center;
   font-family: tahoma; arial, sans-serif;
   font-size:100%;
   letter-spacing:0.05em;
   }

/* set the location of the home and back buttons at the bottom left of the container */
.HomeBackbutton {
    position:absolute;
    top:530px;
    left:10px;
    }

/* set the location of the Next and Previous buttons at the bottom right of the container */
.NextPreviousbutton {
    position:absolute;
    top:530px;
    left:700px;
    }

/* The containing box for the gallery. */
#container {
    position:relative;
    width:950px;
    height:575px;
    margin:10px auto 0px auto;
    border:5px double #708090;
    }

/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* The Large images are a.gallery, defined between span */
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#ffffff;
    }

/* Adding the thumbnail images All the thumbnails will be stacked one on the other. */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000000;
    text-decoration:none;
    border:1px solid #000000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
/* These are all the thumbnail images */

#container a.slidea {
    background:url(TuneUpSeminar2011Daily/A01_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideb {
    background:url(TuneUpSeminar2011Daily/A02_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidec {
    background:url(TuneUpSeminar2011Daily/A03_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slided {
    background:url(TuneUpSeminar2011Daily/A04_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidee {
    background:url(TuneUpSeminar2011Daily/A05_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidef {
    background:url(TuneUpSeminar2011Daily/A06_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideg {
    background:url(TuneUpSeminar2011Daily/A07_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideh {
    background:url(TuneUpSeminar2011Daily/A08_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidei {
    background:url(TuneUpSeminar2011Daily/A09_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidej {
    background:url(TuneUpSeminar2011Daily/A10_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidek {
    background:url(TuneUpSeminar2011Daily/A11_t.JPG);
    height:60px;
    width:93px;
    }
 
/* Set the size of the unordered list to neatly house the thumbnails in the upper right corner of the container */
/* This allows an array of two by eight thumbnails */
#container ul {
    width:225px;
    height:500px;
    overflow:auto;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }

/* change the thumbnail border color so that when hover occurs it looks like it was selected */
#container a.gallery:hover {
    border:1px solid #ffffff;
    }

/* styling the :hover span This displays the large picture when hover over the thumbnail */
#container a.gallery:hover span {
    position:absolute;
    width:600px;
    height:510px;
    top:10px;
    left:75px;
    color:#000;
    background:#ffffff;
    }

/* Remove the border that is around the large picture */
#container a.gallery:hover img {
    border:1px solid #ffffff;
    float:left;
    margin-right:5px;
    }

/* dont understand this rule */
#container a.slidea:hover img, #container a.slideg:hover img {
    float:right;
    }

#container {
    background:#fff url(TuneUpSeminar2011Daily/TuneUpSeminar2011Daily.JPG) 15px 10px no-repeat;
    }