/* CSS Document */


/*text for rollovers*/
.text { 
    font-family: "Times New Roman", Times, serif; font-size: 12px; 
	font-style: italic; 
	font-weight: bold; 
	color: #666666;
	}
	
/*footnote*/
.footnote {  
     font-family: "Times New Roman", Times, serif; 
	 font-size: 10px; 
	 font-style: italic; 
	 font-weight: normal; 
	 text-decoration: none; 
	 color: #999999;
	 }
	 
/* The containing box for the gallery. */
#container {
    position:relative; 
    width:770px; 
    height:450px; 
    margin:30px auto 0 auto; 
    border:0px solid #aaa; 
	/*background: url(../dining/Fullimages/dining1a.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
    }
	
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:300px; 
    height:386px;
    }
#container li {
   float:left;
    }
	
/* move the thumbnails into the correct position */
#container ul {
    margin-right:34px; 
    float:right; 
    }
	
	 
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:20px; 
    overflow:hidden; 
    background:#fff;
    }
	
/*thumbnails*/
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000;
    margin:10px 10px 1px 1px; 
    text-align:left; 
    cursor:default;
    }
	

	
#container a.slidea {
    background:  url(../chest/Buttons/chest1.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slideb {
    background:  url(../chest/Buttons/chest2.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidec {
    background:  url(../chest/Buttons/chest3.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slided {
    background:  url(../chest/Buttons/chest4.jpg); 
    height:40px; 
    width:60px;
    }
* html #container a.slided {
    width:60px; 
    w\idth:60px;
    }
#container a.slidee {
    background:  url(../chest/Buttons/chest5.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidef {
    background:  url(../chest/Buttons/chest6.jpg); 
    height:40px; 
    width:60px;
    }
* html #container a.slidef {
    width:60px; 
    w\idth:60px;
    }
#container a.slideg {
    background:  url(../chest/Buttons/chest7.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slideh {
    background:  url(../chest/Buttons/chest8.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidei {
    background:  url(../chest/Buttons/chest9.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidej {
    background:  url(../chest/Buttons/chest10.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidek {
    background:  url(../chest/Buttons/chest11.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidel {
    background:  url(../chest/Buttons/chest12.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidem {
    background:  url(../chest/Buttons/chest13.jpg); 
    height:40px; 
    width:60px;
    }
#container a.sliden {
    background:  url(../chest/Buttons/chest14.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slideo {
    background:  url(../chest/Buttons/chest15.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidep {
    background:  url(../chest/Buttons/chest16.jpg); 
    height:40px; 
    width:60px;
    }
	
	
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }
	
/* styling the :hover span */
#container a.gallery:hover span {
    width:372px; 
    height:432px;
    color:#000;
    }