div.lightbox 
{
	background-color:#eeeeee; /* polariod border colour */
	border-bottom:2px solid #666666;
	border-right:2px solid #666666;
	padding:10px;
}

#lightboxDetails 
{
	font-size:0.8em;
	padding-top:0.4em;
}
#lightboxCaption { 	float:left; }
#keyboardMsg { float:right; }
#closeButton 
{
	right:5px;
	top:5px;
}
#lightbox img 
{
	border:medium none;
	clear:both;
}
#overlay img {	border:medium none;}
#overlay { background-image:url(/images2/overlay.png);}
* html #overlay 
{
	background-color:transparent;
	background-image:url(blank.gif);
}

h2 span { font-size:14px; font-weight:lighter; }
.thumbnail { width:160px; height:85px; padding:5px; float:left; border:1px #DDD solid; text-align:center; margin:0 5px; }
.caption a {  }