#glass {
	position: absolute;
	height: 355px;
	width: 355px;
	top: 230px;
	left: 290px;
	border: 1px solid #b1b1b1;
	overflow: hidden;
  z-index: 1;
}

#image {
	position: relative;
	height: 278px;
	width: 278px;
	top: 0px;
	left: 0px;
	border: 1px solid #b1b1b1;
	overflow: hidden;
}

#message {
	position: relative;
	clear: left;
	top: 300px;
	text-align: center;
	background-position: 100%;
}

#thumbs {
	position: relative;
	top: 20px;
  left: -5px;
}

#thumbs img {
	margin-left: 4px;
	border: 1px solid #afc0cc;
}

