/* The containing box for the gallery. */
#container {
	position:relative;
	width:600px;
	height:555px;
	border:0.3em solid #eda;
	left: 0em;
	top: 0em;
	background-color: #FAF5E7;
	background-image: url(nybackmain1.gif);
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
    }
	
	/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
	background-image: url(nybackmain1.gif);
    }
	
	/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
	display:block;
	color:#000;
	text-decoration:none;
	border:0px none #FFFFCC;
	text-align:left;
	margin:0px;
	cursor:default;
	padding: 0em;
	background-repeat: no-repeat;
    }
	
	/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
	width:570px;
	height:65px;
	margin:0px 0px 0px 2.5em;
	padding:0px;
	list-style-type:none;
	border: 0px none #FFFFCC;
    }

#container li {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0em none #FFFFCC;
      }
	
	/* change the thumbnail border color */
#container a.gallery:hover {
	margin: 0px;
	padding: 0px;
    }

/* The photo displayed as intro photo */
.startpic {
	display:block;
	position:absolute;
	top:10.2em;
	padding:0;
	border:1px none #000;
	margin: 0px;
	visibility: visible;
	background-position: center;
	left: 20px;
}

	/* styling the :hover span */
#container a.gallery:hover span {
	position:absolute;
	width:580px;
	height:420px;
	top:10.2em;
	left:20px;
	color:#000;
    }
	
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:0px;
    }	
