/* CSS Document */
/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: verdana; 
   font-size:76%; 
   letter-spacing:0.05em;
   }
   
 ul {
list-style-type: none;
width: 100%; /* precision for Opera */
}

.menu li {
float: left;
}

.menu a {
margin: 0 2px;
width: 100px;
height: 20px;
display: block;
text-align: center;
border: 1px solid gray;
text-decoration: none;
color: #000;
background: #fff;
}

.menu a:hover {
background: orange;
border: 1px solid orange; 
}

.menu a:active {
background: orange;
border: 1px solid gray; 
color: #fff;
}
.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}  

/* The containing box for the gallery. */
#container {
	position:relative;
	width:770px;
	height:600px;
	margin:20px auto 0 auto;
	border:1px solid #aaa;
	left: 5px;
	top: 10px;
 }


/* 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:#fff;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(images/tn_daniafri.jpg); 
    height:42px; 
    width:64px;
    }
#container a.slideb {
    background:url(images/tn_bigshow.jpg); 
    height:47px; 
    width:91px;
    }
#container a.slidec {
    background:url(images/tn_funnyguys.jpg); 
    height:49px; 
    width:74px;
    }
#container a.slided {
    background:url(images/tn_colorfulgroup.jpg); 
    height:49px; 
    width:50px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:80px;
    }
#container a.slidee {
    background:url(images/tn_PasadenaIndep.jpg); 
    height:60px; 
    width:50px;
    }
#container a.slidef {
    background:url(images/tn_HappyKing_english.jpg); 
    height:63px; 
    width:66px;
    }
* html #container a.slidef {
  width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(images/tn_worldmusicreview.jpg); 
    height:54px; 
    width:60px;
    }
#container a.slideh {
    background:url(images/tn_JayLenoStar.jpg); 
    height:57px; 
    width:63px;
    }
#container a.slidei {
    background:url(images/tn_ChinaFlyer.jpg); 
    height:46px; 
    width:82px;
    }
#container a.slidej {
    background:url(images/tn_QM2005.jpg); 
    height:53px; 
    width:41px;
    }
#container a.slidek {
    background:url(images/tn_MardiGras.jpg); 
    height:50px; 
    width:50px;
    }
* html #container a.slidek {
    width:40px; 
    w\idth:80px;
    }
#container a.slidel {
    background:url(images/tn_Galaxy.jpg); 
    height:38px; 
    width:57px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:180px; 
    height:386px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
/* 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:400px; 
    height:500px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }

#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#container {
    background:#fff url(images/mainphoto.jpg) 75px 10px no-repeat;
    }

