.thumbnail img {
	float: left;
	width: 72px;
	padding: 0 392px 0 0;
	margin: 0 5px 5px 0;
	}

.thumbnail:hover {
	background-color: transparent;
	}

.thumbnail:hover img {
	}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	left: -10000px;
	visibility: hidden;
	text-decoration: none;
	}

.thumbnail span img { /*CSS for enlarged image*/
	width: 387px;
	height: 290px;
	padding: 0;
	margin: 0;
	border-width: 0;
	}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	width: 387px;
	height: 290px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 77px; /*position where enlarged image should offset horizontally */
	z-index: 500;
	}

.thumbnail span {
	font-weight: bold;
	font-size: 85%;
	padding: 7px;
	text-align: center;
	}

.mini_gallery a, .mini_gallery a:hover {
	color: #2b2620;
	}
