#contents p {
	margin-bottom: 15px;
}
.models {
	margin-left: 180px;
}

.models li {
	list-style-type: none;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.models a img {
	opacity:0.8;
	filter:alpha(opacity=85);
}
.models a:hover img {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.reach {
	text-align: center;
	border: 1px solid #d6d5d3;
	padding: 5px;
}
.from {
	background-color: #eeeeee;
	padding: 10px;
}

