body{font-size:12px; color:#333;}
img {border:none;}
.pic1{border: 3px solid cccccc;}
* {
	margin:0;
	padding:0;
}
#lightbox{
	background-color:#fff;
	padding: 0px;
	}
#picboder{
	border:#f4f4f4 6px solid;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#closeButton{
  top: 0px; right: 0px; 
 }
	
	
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay {background:url(../img/overlay.png);}

a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #339999;
	text-decoration: none;
}