html {
	overflow-x: hidden;
}
body {
	margin: 0px;	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	}
#container {
	margin: 0px auto;
	text-align:left;
	}
a:link, a:visited, a:active {
	text-decoration: none;
	border: none;
	color: black;
	}
a:hover {
	text-decoration: none;
	border:none;
	color: #555555; 
	}
#path a:link,#path a:visited,#path a:active {
	text-decoration: none;
	border: none;
	color: #555555;
	}
#path a:hover {
	text-decoration: none;
	border:none;
	color: #AAAAAA; 
	}
.cell {
	width: 150px; 
	height: 150px;
  padding-bottom: 50px;
	text-align: center;
	}
.spacer {
	width: 110px; 
  }
.thumbnail {
	position: relative;
	z-index: 0;
  }
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	width: 125px;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 50px;
	left: 90px; /*position where enlarged image should offset horizontally */

	}

