div.thumb
{
	position: absolute;
	width: 130px;
	background: #fff;
	display: none;
}
div.thumb img
{
	width: 130px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;
}
div.thumb img.spinner
{
	width: 56px;
	height: 21px;
}
div.loading
{
	width: 160px;
	text-align: center;
	padding: 10px 0 0 0;
}

