div.thumb
{
	position: absolute;
	width: 145px;
	height: 140px;
	background: url('../img/thumb-bg.gif') top left no-repeat;
	display: none;
	padding: 36px 0 0 11px;
}
div.thumb img
{
	width: 120px;
	height: 90px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
div.thumb img.spinner
{
	width: 56px;
	height: 21px;
}
div.loading
{
	width: 120px;
	text-align: center;
	padding: 36px 0 0 0;
}

