@charset "utf-8";
/* CSS Document */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center;
   font-family: arial, sans-serif;
   font-size:76%;
   letter-spacing:0.05em;
   }
/* The containing box for the gallery. */
#container {
    position:relative;
    width:750px;
    height:650px;
    margin:20px auto 0 auto;
    border:1px solid #aaaaaa;
    }
/* 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:#ffffff;
    }
/* Adding the thumbnail images */
#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;
    }
#container a.slidea {
    background:url(images/photo1_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slideb {
    background:url(images/photo2_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidec {
    background:url(images/photo3_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slided {
    background:url(images/photo4_thumb.jpg);
    height:56px;
    width:93px;
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
#container a.slidee {
    background:url(images/photo5_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidef {
    background:url(images/photo6_thumb.jpg);
    height:56px;
    width:93px;
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
#container a.slideg {
    background:url(images/photo7_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slideh {
    background:url(images/photo8_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidei {
    background:url(images/photo9_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidej {
    background:url(images/photo10_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidek {
    background:url(images/photo11_thumb.jpg);
    height:56px;
    width:93px;
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }*
#container a.slidel {
    background:url(images/photo12_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidem {
    background:url(images/photo13_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.sliden {
    background:url(images/photo14_thumb.jpg);
    height:56px;
    width:93px;
    }	
#container a.slideo {
    background:url(images/photo15_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidep {
    background:url(images/photo16_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slideq{
    background:url(images/photo17_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slider {
    background:url(images/photo18_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slides {
    background:url(images/photo19_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidet {
    background:url(images/photo20_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slideu {
    background:url(images/photo21_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidev {
    background:url(images/photo22_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidew {
    background:url(images/photo23_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidex {
    background:url(images/photo24_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidey {
    background:url(images/photo25_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slidez {
    background:url(images/photo26_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slideaa {
    background:url(images/photo27_thumb.jpg);
    height:80px;
    width:60px;
    }
#container a.slideab {
    background:url(images/photo28_thumb.jpg);
    height:56px;
    width:93px;
    }
#container a.slideac {
    background:url(images/photo29_thumb.jpg);
    height:80px;
    width:60px;
    }
#container a.slidead {
    background:url(images/photo30_thumb.jpg);
    height:80px;
    width:60px;
    }
#container a.slideae {
    background:url(images/photo31_thumb.jpg);
    height:80px;
    width:60px;
    }
#container a.slideaf {
    background:url(images/photo32_thumb.jpg);
    height:80px;
    width:60px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:350px;
    height:198px;
    }
#container li {
    float:left;
    }
/* 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:350px;
    height:350px;
    top:150px;
    left:15px;
    color:#000;
    background:transparent;
    }
#container a.gallery:hover img {
    border:1px solid #ffffff;
    float:left;
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
    background:#ffffff url(images/back.jpg) 0px 0px no-repeat;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }

