#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	margin:0;
	padding:0;
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
/*	background: #efefef; */
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
	border: 1px solid #9f9f9f;
	background-image: url('../../../themes/losemymind-10-with-sidebar/images/bgcolor.jpg');

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	margin:0;
	padding:0;
	font: 10px Tahoma;
/*	letter-spacing: 5px; */
	color: gray;
	padding: 0px 0;
	padding-bottom: 4px;
	text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	margin:0;
	padding:0;
	background-image: url('../../../themes/losemymind-10-with-sidebar/images/bgcolor.jpg');

}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	margin:0;
	padding:0;
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

img
{
	border: 1px solid #efefef;
}

