@charset "utf-8";
/**********
 LIGHTBOX AND PICTURE AREAS
 **********/

div#photocontent{ 
	position: relative;
	display: block;
	margin-bottom: 10px;
	overflow: hidden; /* Needed to cause background image to flow to bottom of div */
}

.thumbnail {
	width: 128px;
	height: 200px; 
	text-align: center;
	float: left;
	padding:8px;
	white-space: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 11px;
	overflow: hidden;
	color: #666;
	line-height: 120%;
}

.thumbnail img {
	border: 5px solid #fff;
	margin: 0px auto;
	margin-bottom: 5px;
}

.thumbnail_text {
	width: 130px;
	height: 115px; 
	text-align: center;
	padding:8px;
	float: left;
	overflow: hidden; 
	white-space: normal;
	
}
