﻿/*background container*/
#container {
    position:relative;
    width:530px;
    height:600px;/*396*/
    margin:20px auto 0 auto; 
    border:1px solid black;
    }
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#ffffff;
    }
/*add the thumbnails*/
#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/final/lowfinal1.gif');
    height:60px;
    width:90px;
    }
#container a.slideb {
    background:url('images/final/lowfinal2.gif');
    height:60px;
    width:90px;
    }
#container a.slidec {
    background:url('images/final/lowfinal3.gif');
    height:60px;
    width:90px;
    }
#container a.slided {
    background:url('images/final/lowfinal4.gif');
    height:60px;
    width:90px;
    }
#container a.slidee {
    background:url('images/final/lowfinal5.gif');
    height:60px;
    width:90px;
    }
#container a.slidef {
    background:url('images/final/lowfinal6.gif');
    height:60px;
    width:90px;
    }
#container a.slideg {
    background:url('images/final/lowfinal7.gif');
    height:60px;
    width:90px;
    }
#container a.slideh {
    background:url('images/final/lowfinal8.gif');
    height:60px;
    width:90px;
    }
#container a.slidei {
    background:url('images/final/lowfinal9.gif'); 
    height:60px;
    width:90px;
    }
#container a.slidej {
    background:url('images/final/lowfinal10.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slidek {
    background:url('images/final/lowfinal11.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slidel {
    background:url('images/final/lowfinal12.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slidem {
    background:url('images/final/lowfinal13.gif'); 
    height:60px; 
    width:90px;
    }
#container a.sliden {
    background:url('images/final/lowfinal14.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slideo {
    background:url('images/final/lowfinal15.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slidep {
    background:url('images/final/lowfinal16.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slideq {
    background:url('images/final/lowfinal17.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slider {
    background:url('images/final/lowfinal18.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slides {
    background:url('images/final/lowfinal19.gif'); 
    height:60px; 
    width:90px;
    }
#container a.slidet {
    background:url('images/final/lowfinal20.gif'); 
    height:60px; 
    width:90px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:500px; /*200px*/
    height:200px;/*700px*/
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position margin top right bottom left */
#container ul {
	margin: 325px 5px 5px 35px;
	float: left;
}
/* change the thumbnail border color when mouse over */
#container a.gallery:hover {
    border:3px dotted orange; 
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:325px; /*sets width of picture box*/
    height:300px; /*sets height of picture box*/
    top:10px; /*sets distance from top of pictures*/
    left:100px;/*sets distance form left of pictures*/
    color:#000000; 
    background:#ffffff;
    }
#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/final/final.gif') 100px 10px no-repeat;
    }