#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #efefef;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
margin-bottom:10px;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: black;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}
#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;
}
.gallery_border
{
	border-bottom:1px solid #efefef;
	padding-bottom:8px;
	marging-bottom:8px;
}
.gallery_txt ul
{
	font:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	height:14px;
	list-style:none;
	width:274px;
}
.gallery_txt ul li
{
	font:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	widht:14px !important;
	float:left;	
}
.gallery_txt ul li a
{
	font:Arial;
	font-size:12px;
	font-weight:bold;
	color:#3A77EC;
	text-decoration:none;
	float:left;
	padding:0px 4px 0px 4px;	
}

.gallery_txt a:hover
{
	font:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	background:#efefef;
}