#thumbBox
{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	max-width: 733px;
	/*margin: 0px 10px 0px 10px;
	padding: 10px 10px 10px 10px;*/
	padding-bottom: 0;
	background-color: #313131;
	color: white;
	text-align: justify;
	visibility: hidden;
	z-index: 500;
	cursor: hand;
	cursor: pointer;
}
#thumbTitle
{
	font: bold 13px Tahoma;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}
#thumbBox .footerbar
{
	background: #313131;
	font: bold 12px Tahoma;
	letter-spacing: 5px;
	color: white;
	text-align: center;
}
#thumbBox #thumbImage
{
	background-color: #313131;
	color: white;
}
#thumbLoading
{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	/*padding: 5px;*/
	z-index: 250;
}
