.thumbarea
{
	border: 8px #000a11 solid;
	display: inline;
	float: left;
	margin: 30px 0 20px 30px;
	overflow: hidden;
	position: relative;
	width:128px;
	height:96px;
}

.thumbareahome
{
	border: 8px #eeeeee solid;
	float:left;
	display: inline;
	margin: 10px 0 10px 25px;
	overflow: hidden;
	position: relative;
	width:128px;
	height:96px;
}

.thumbareahome span 
{
	display: none;
}

.thumbareahome:hover span
{
	opacity: 0.75;
	filter: alpha(opacity = 75);
	background: #000a11;
	bottom: 0;
	display: block;
	font-size: 1.2em;
	padding: 8px;
	position: absolute;
	width:128px;
	
}

.thumbarea:hover span 
{
	display: none;
}

a.thumbarea
{
	text-decoration:none;
}

.thumbarea span
{
	opacity: 0.60;
	filter: alpha(opacity = 60);
	background: #000a11;
	bottom: 0;
	display: block;
	font-size: 1.2em;
	padding: 8px;
	position: absolute;
	width:128px;
	
}

.thumbareapic span 
{
	display: none;
}

a.thumbareapic
{
	text-decoration:none;
}

.thumbareapic:hover span
{
	opacity: 0.60;
	filter: alpha(opacity = 60);
	background: #000a11;
	bottom: 0;
	display: block;
	font-size: 1.2em;
	padding: 8px;
	position: absolute;
	width:128px;
	
}

img.thumbnail
{
	width:128px;
	height:96px;
}

.thumbnail
{
	border:0px;
}
