body{
	margin:0;
	padding:0;
	font-family: tahoma; arial, sans-serif;
	font-size:76%;
	letter-spacing:0.05em;
	background: #000000;
	text-align:center;
	color:#FFFFFF;
}

#wrapper{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#header{
margin:0;
padding:0;
}

#header img{
	border:0;
}

#text-menu{
	text-align: left;
	padding: 0 0 10px 15px;
}


/* The containing box for the gallery. */
#container {
    position:relative; 
    width:770px; 
    height:396px; 
    margin:0px auto 0 auto; 
    border:1px solid gold; 
    }
	
#container {
    background:#000 url(images/back.jpg) 75px 10px no-repeat;
    }
	
/* 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:#00F; 
    text-decoration:none; 
    border:1px solid white; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid blue; 
    }
	
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#FFF; 
    background:#000;
    }
	
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }	
	
#container a.gallery:hover img {
    border:1px solid #000; 
    float:left; 
    margin-right:5px;
    }

#container a.slidea {
    background:url(images/paphio_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideb {
    background:url(images/phil_sp_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidec {
    background:url(images/renanthera_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slided {
    background:url(images/cattleya_t.jpg); 
    height:60px; 
    width:93px;
    }

#container a.slidee {
    background:url(images/oncidium_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(images/phalaenopsis_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideg {
    background:url(images/vandasanderiana_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideh {
    background:url(images/paphio_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidei {
    background:url(images/phil_sp_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidej {
    background:url(images/renanthera_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidek {
    background:url(images/cattleya_t.jpg); 
    height:60px; 
    width:93px;
	}
#container a.slidel {
    background:url(images/oncidium_t.jpg); 
    height:60px; 
    width:93px;
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    }
#container li {
    float:left;
    }

/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:right;
    }
	
	
