/*
body{
	font-family:Arial Round, Arial, Tahoma, Verdana; 
	font-size:10px; 
	color:#EEEEEE;
	background-color:#333333;
	margin:0px;
	padding:0px;
}
*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 9999;
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;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#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;
}

.title{
	display:block;
	float:left;
	padding:20px;
	font-family:Arial Round, Arial, Tahoma, Verdana; 
	font-size:14px; 
	color:#EEEEEE;
	width:95%;
}

.caption{font-family:Arial Round, Arial, Tahoma, Verdana; font-size:10px; color:#EEEEEE;}
p{
	clear:both;
}
.ul{
	display:block;
	border-top:1px solid #9196A1; 
	width:95%;
	height:10px;
}

A:link{font-size:10px; color:#9196A1; text-decoration:none;}
A:visited{font-size:10px; color:#9196A1; text-decoration:none;}
A:hover{font-size:10px; color:#9196A1; text-decoration:underline;}

.float{
	display:inline;
	float:left; 
	padding-left:20px;
	white-space:normal;
}

.spacer{
	display:block;
	height:20px;
	width:95%;
	white-space:normal;
	clear:both;
}
