/* CSS Document */

   
/* Photo Gallery container. */

body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }
   
/* Remove the list bullets and indentation */
#container ul {
    padding:0; 
    margin:5px; 
    list-style-type:none; 	
	width:198px;
	height:386px;
	float:right;
    }
	
#container li {
	float:left;
}

/* Make the images and text invisible */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
	

/* Display the thumbnails. */
#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; 
  
    }
	



/* When the user hovers over the thumbnails, change the border color of the thumbnails to white */
#container a.gallery:hover {
	border:1px solid #fff;
}


/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; 
    color:#000; 
    background:#fff;
    }
	
    A.imglink{ 
    font : 9pt verdana, sans-serif; 
    color:#000000;
    width:97px; 
    height:60px; 
    background:white url(images/button_out.jpg) no-repeat; 
    text-align:center; 
    padding-top:2px; 
    display:block; 
    text-decoration:none; 
    } 
	
    A.imglink:Hover{ 
    font : 9pt verdana, sans-serif; 
    color:#FFCB00; 
    text-decoration:none; 
    background:white url(images/button_over.jpg) no-repeat;} 	

.heading   { color: #000000; background-color: #FFFFFF; font-weight: bold; font-size: 20px; line-height: 20px; font-family: Verdana, Geneva, Arial, serif; letter-spacing: 1px; }


