@charset "UTF-8";/* CSS Document */#thumb_content{background-color: #ffdab9;padding: 20px 0 20px 0;width: 650px;margin: 0 auto; /***this margin rule centers thumb_content div inside of container div****/border-left: 3px solid #a52a2a;border-right: 3px solid #a52a2a;}#thumbBox{ /*Outermost DIV for thumbnail viewer*/	position: absolute;	left: 0;	top: 0;/*width: 643px;*/widtdh: auto;	padding: 10px;	padding-bottom: 0;	background-color: #a52a2a; /*bg for big image*/	visibility: hidden;	z-index: 10;	cursor: hand;	cursor: pointer;}#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */font: bold 16px Tahoma;/*letter-spacing: 5px;*/line-height: 1.1em;background-color: #a52a2a; /*background for big image*/color: white;padding: 5px 0;text-align: center;width: auto;}#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */background-color: #ffcc99;/*tan*/text-align: center; /*centers text title for enlarged image*/}#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/position: absolute;visibility: hidden;border: 1px solid black;background-color: #efefef;padding: 5px;z-index: 5;}