#lightbox{
	background-color:#ffffff;
	padding: 0px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	margin-top: 25px;
	width: 800px;
	font-family: Arial, Helvetica, Sans serif;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0px;
	float: left;
	width: 230px;
	height: 420px;
	}	
#lightboxCaption1{ 
	float: left;
	margin: 20px;
	height: 230px;
	width: 190px;

	}

#lightboxCaption2{ 
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	height: 120px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: bottom right;
	line-height: 8px;
	padding-top: 20px;
	}
	
#lightboxImageContainer {
	float: left;
	width: 560px;
}	
#lightboxImage {
width: 560px;
	}
#keyboardMsg{ 
	float: right; 
	}
#closeButton{ 
	top: -4px;
	right: -4px;
}

#lightbox img{
	border: none;
	clear: both;
	padding: 0px;
	margin: 0px;
	
} 
#overlay img{ border: none; }

#overlay{ 
	background-image: url(../../others/lightbox/overlay.png);
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="others/lightbox/overlay.png", sizingMethod="scale");
}

#vName {
clear: both;
font-size: 18px;
padding: 20px 5px 12px;
}

#vOrder {
clear: both;
padding: 5px;
font-size: 14px;
font-style:italic;
}

#vFamily {
clear: both;
padding: 5px;
font-size: 14px;
font-style:italic;
}

#vSubfamily{
clear: both;
padding: 5px;
font-size: 14px;
font-style:italic;
}

#lcId {
padding: 5px;
font-size: 10px;
color: #000000;
float: left;
}

#vId {
padding: 5px;
font-size: 10px;
color: #000000;
float: left;
}

#lcAuthor {
padding: 5px;
font-size: 10px;
color: #000000;
clear: both;
float: left;
}

#vAuthor {
padding: 5px;
font-size: 10px;
color: #000000;
float: left;
}

#lcDate {
padding: 5px;
font-size: 10px;
color: #000000;
float: left;
clear: both;
}

#vDate {
padding: 5px;
font-size: 10px;
color: #000000;
float: left;
}
#lcLoc {
padding: 5px;
font-size: 10px;
color: #000000;
float: left;
clear: both;
}

#vLoc{
padding: 5px;
font-size: 10px;
color: #000000;
float: left;
}


