@charset "UTF-8";
/* CSS Document */

.thumb {
	position:relative;
	height:100px;
	width: 100px;
	float: left;
	margin:10px;
	color: #FFFFFF;
	}
	
#lightbox_container {
	position: absolute;
	height: 260px;
	width: 278px;
	left: 665px;
	top: 1050px;
	background-color:#000000;
}
	
	

