/* This the style sheet for the New Gallary displays for the GMMTFC. OCt 30, 2025. */


/* 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(GeneratorSeminar2026/A001_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideb {
    background:url(GeneratorSeminar2026/A002_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidec {
    background:url(GeneratorSeminar2026/A003_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slided {
    background:url(GeneratorSeminar2026/A004_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidee {
    background:url(GeneratorSeminar2026/A005_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidef {
    background:url(GeneratorSeminar2026/A006_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideg {
    background:url(GeneratorSeminar2026/A007_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideh {
    background:url(GeneratorSeminar2026/A008_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidei {
    background:url(GeneratorSeminar2026/A009_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidej {
    background:url(GeneratorSeminar2026/A010_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidek {
    background:url(GeneratorSeminar2026/A011_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidel {
    background:url(GeneratorSeminar2026/A012_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidem {
    background:url(GeneratorSeminar2026/A013_t.JPG);
    height:60px;
    width:93px;
    }
 
#container a.sliden {
    background:url(GeneratorSeminar2026/A014_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideo {
    background:url(GeneratorSeminar2026/A015_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidep {
    background:url(GeneratorSeminar2026/A016_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideq {
    background:url(GeneratorSeminar2026/A017_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slider {
    background:url(GeneratorSeminar2026/A018_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slides {
    background:url(GeneratorSeminar2026/A019_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slidet {
    background:url(GeneratorSeminar2026/A020_t.JPG);
    height:60px;
    width:93px;
    }

#container a.slideu {
    background:url(GeneratorSeminar2026/A021_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, this is where you can change the location of the large picture over the main picture */
#container a.gallery:hover span {
    position:absolute;
    width:600px;
    height:510px;
    top:10px;
    left:25px;
    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;
    }

/* this is the main picture on the first frame, here you can change the location of that main picture */
#container {background:#fff url(GeneratorSeminar2026/GeneratorSeminar2026.JPG) 25px 20px no-repeat;
	}