body {
	color: #cccccc;
	font-size: 10px;
	background: #666464;
}

.thumb_base {
	background: white;
	color: #000000;
	width: 75%;
  margin-left: auto;
	margin-right: auto;
}

div.img {
	margin: 2px 2px 10px 2px;
	height: auto;
	width: auto;
	float: left;
}

div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid #000000;
}

div.img a:hover img {
	color:#FF00FF;
	border: 1px solid #8C8C8C;
}

div.description {
  text-align:center;
  font-weight:normal;
	font-size: 8pt;
	height: 40px;
	margin: 2px 2px 2px 2px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

a.caption {
	position: relative;
	z-index: 24;
	color: blue;
}

a.caption:hover {
	z-index: 25;
	color: black;
	text-decoration: none;
	font-size: 8pt;
}

a.caption span {
	display: none;
}

a.caption:hover span {
	display: block;
	position: absolute;
	top: 0em;
	left: 10%;
	width: 80%;
	border: 1px solid gray;
	background-color: white;
	color: black;
	text-align: center;
	text-decoration: none;
}
