#thumbBox{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 8px;
	background: #FFFFCC url(images/bg-hotel-ptn.jpg);
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: 2px solid #C19962;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
color: #991310;
padding: 4px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 8px;
	z-index: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}

