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

#gallery-details {}
#gallery-details div {
	float: left;
	width: 102px;
	height: 120px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#gallery-details div a.photo {
	display: block;
	width: 100px;
	overflow: hidden;
	height: 80px;
	border: 1px solid #666;
}
#gallery-details div a.text {
	font-size: 10px;
	text-decoration: none;
	color: #666;
}
#gallery-details div a img {}
