.reference {
	position: relative;
	width: 475px;
	margin-top: 10px;
	height: 25px;
}
.thumb {
	width: 475px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.thumb a {
	margin: 0px;
}
.thumb a:hover {
	color: #FFFFFF;
	text-indent: 0px;
}
.thumb a img {
	padding: 2px;
	border: 1px solid #999999;
}
.thumb a:hover img {
	border: 1px solid #30BFF1;
}
.thumb a span {
	display: none;
}
.thumb a:hover span {
	display: block;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
.thumb span img {
	width: auto;
	height: auto;
}
.thumb a:hover span img {
	padding: 4px;
	border: 1px solid #999999;
	background-color: #FFFFFF;

}
