.thumbnail{
	position: relative;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail span{
	position: absolute;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{
	width:31px;
	height:31px;
	margin-left: -1px !important;
	margin-top:-17px !important;
	margin-top: -1px;

}

.thumbnail:hover span{
	visibility: visible;
	top: 0;
	left: 1px;
}

.hoverbox{
	float:right;
	position: relative;
}

.hoverbox a{
	cursor: default;
}

.hoverbox a .preview{
	display: none;
}

.hoverbox a:hover .preview{
	cursor:pointer;
	display: block;
	position: absolute;
}

.hoverbox img{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	width: 224px;
	height: 186px;
}

.hoverbox .preview{
	background: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	float: right;
	margin:5px 30px 5px 30px;
	margin-top:27px;
	border-color: #aaa #ccc #ddd #bbb;
	width: 255px;
	height: 208px;
}

