/*  * {	outline: 2px dotted red}
* * {	outline: 2px dotted green}
* * * {	outline: 2px dotted orange}
* * * * {	outline: 2px dotted blue}
* * * * * {	outline: 1px solid red}
* * * * * * {	outline: 1px solid green}
* * * * * * * {	outline: 1px solid orange}
* * * * * * * * {	outline: 1px solid blue}*/
#wall table {
	border-spacing: 1px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;

}
#wall td {
	text-align: left;
	width: 180px;
	vertical-align: top;
	height: 70px;
}
#wall .thumbnail {
	position: relative;
	z-index: 0;
}
#wall .thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
#wall .thumbnail span {
/*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
#wall .thumbnail img {
  padding: 5px;
  background-color: transparent;
  margin: 5px;
  border: #000 1px solid;
}
#wall .thumbnail span img {
/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
#wall .thumbnail:hover span {
/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -160px;
	left: -210px;
/*position where enlarged image should offset horizontally */
}
#wall span img {
   width:325px;
   height:280px;
}

