#lightbox{
	background-color:#ddd;
	padding: 10px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; font-size: 12px;}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png);}



#pix {
	position: relative;
	width: 600px;
	margin:20px 0 20px 305px;;
}


ul.thumbs{ list-style: none; margin: 10px 0 20px 14px; padding: 0; }
ul.thumbs li{ float: left; padding: 0; margin: 5px; position: relative; }
ul.thumbs li a img{ border: 3px solid #959887; }
ul.thumbs li a:hover img{ border: 3px solid  #ccc5a9; }
ul.thumbs li img.new {display: block; position: absolute; top: -3px; right: -3px; z-index: 1; border: none; }

 /*------CLEARING-----------*/
.clearall{clear:both;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: -1px;
}

/*----------------------------------*/
