/* 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:396px; 
    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:228px; 
    height:386px;
    }
#container li {
   float:left;
   background-image: url(../images/white.gif);
    }

	
/* move the thumbnails into the correct position */
#container ul {
    margin-right:67px; 
    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-image: url(../dining/Buttons/d1_01.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slideb {
    background: url(../dining/Buttons/d2_01.jpg); 
    height:40px; 
    width:60px;
    }

#container a.slidec {
    background: url(../dining/Buttons/d3_01.jpg); 
    height:40px; 
    width:60px;
    }

#container a.slided {
    background:  url(../dining/Buttons/d4_01.jpg); 
    height:40px; 
    width:60px;
    }
* html #container a.slided {
    width:60px; 
    w\idth:60px;
    }
#container a.slidee {
    background: url(../dining/Buttons/d5_01.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidef {
    background-image:  url(../dining/Buttons/d6_01.jpg); 
    height:40px; 
    width:60px;
    }
* html #container a.slidef {
    width:60px; 
    w\idth:60px;
    }
#container a.slideg {
    background: url(../dining/Buttons/d7_01.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slideh {
    background: url(../dining/Buttons/d8_01.jpg); 
    height:40px; 
    width:60px;
    }
#container a.slidei {
    background: url(../dining/Buttons/d9_01.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:372px;
    color:#000;
    }