@charset "utf-8";
/* CSS Document */

/* choose a suitable font and center the #gallery div in Internet Explorer */
body {
   text-align:center;
   font-family: tahoma; arial, sans-serif;
   font-size:76%;
   letter-spacing:0.05em;
   }
/* The containing box for the gallery. */ 
#gallery { 
	    position:relative; 
	    width:770px; 
	    height:396px; 
	    margin:20px auto 0 auto; 
	    border:1px solid #aaa; 
   } 
/* Removing the list bullets and indentation */ 
#gallery ul { 
    padding:0; 
    margin:0; 
    list-style-type:none; 
   } 
/* Remove the images and text from sight */
#gallery a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }
/* Adding the thumbnail images */
#gallery a.gallery, #gallery a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#gallery a.slidea {
    background:url(images/gallery/gallery1-t.jpg);
    height:60px;
	width:93px;
    }
#gallery a.slideb {
    background:url(./images/gallery/gallery2-t.jpg);
    height:60px;
	width:93px;
    }
#gallery a.slidec {
    background:url(images/gallery/gallery3-t.jpg);
    height:60px;
	width:93px;
    }
#gallery a.slided {
    background:url(images/gallery/gallery4-t.jpg);
    height:60px;
	width:93px;
    }
* html #gallery a.slided {
    height:60px;
	width:93px;
    }
#gallery a.slidee {
    background:url(images/gallery/gallery5-t.jpg);
    height:60px;
	width:93px;
    }
#gallery a.slidef {
    background:url(images/gallery/gallery6-t.jpg);
    height:60px;
	width:93px;
    }
* html #gallery a.slidef {
    height:60px;
	width:93px;
    }
#gallery a.slideg {
	background:url(images/gallery/gallery7-t.jpg);
	height:60px;
	width:93px;
    }
#gallery a.slideh {
    background:url(images/gallery/gallery8-t.jpg);
  	height:60px;
	width:93px;;
    }
#gallery a.slidei {
    background:url(images/gallery/gallery9-t.jpg);
 	height:60px;
	width:93px;
    }
#gallery a.slidej {
    background:url(images/gallery/gallery10-t.jpg);
    height:60px;
	width:93px;
    }
#gallery a.slidek {
	background:url(images/gallery/gallery11-t.jpg);
	height:60px;
	width:93px;
    }
* html #gallery a.slidek {
    height:60px;
	width:93px;
    }
#gallery a.slidel {
    background:url(images/gallery/gallery12-t.jpg);
    height:60px;
	width:93px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#gallery ul {
    width:198px;
    height:386px;
    }
#gallery li {
    float:left;
    }
/* move the thumbnails into the correct position */
#gallery ul {
    margin:5px;
    float:right;
    }
/* change the thumbnail border color */ 
#gallery a.gallery:hover { 
    border:1px solid #fff; 
	}
/* styling the :hover span */
#gallery a.gallery:hover span {
    position:absolute;
    width:400px;
    height:372px;
    top:10px;
    left:75px;
    color:#000;
    background:#fff;
    }
#gallery a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }
#gallery a.slideb:hover img, #gallery a.slidei:hover img {
    float:right;
    }
#gallery {
    background:#fff url(images/gallery/gallerylogo.png) 75px 10px no-repeat;
    }

