@charset "utf-8";
/* CSS Document */
.samples li, #photos li {
	display: inline;
	padding-right: 1px;
	}
	
#content ul#albums {
	overflow: hidden;
	width: 520px;
	line-height: 1;
	}
#albums li {
	float: left;
	margin-right: 4px;
	margin-bottom: 8px;
	width: 125px;
	text-align: center;
	}
/*
#albums li img {
	width: 100px;
	height: 100px;
	}
*/
#albums li a.name {
	color: #999;
	text-decoration: none;
	}
#albums li a.name:hover {
	color: #333;
	}