/* This the style sheet for the New Gallary displays for the GMMTFC. Oct 23, 2025. */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center;
   font-family: tahoma; font-size:100%;
   letter-spacing:0.05em; arial
   }

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

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

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

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

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

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

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

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

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

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

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

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

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

#container a.sliden {
    background:url('ModelASwapMeet2026/A014_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:450px;
    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:50px;
    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.slidem:hover img {
    float:right;
    }

#container {
    background:#fff url(ModelASwapMeet2026/ModelASwapMeet2026.JPG) 25px 50px no-repeat;
    }