/* models.css */

.plugin.models {
	margin-top			: 30px;
}

.model {
	float				: left;
	margin-right		: 20px;
	margin-bottom		: 15px;
}

.model.last {
	margin-right		: 0px;
}

.model h3 {
	text-align			: center;
	font-size			: 1.1em;
	margin				: 0;
	margin-top			: 2px;
}

#models .model a {
	color				: #999999;
	text-transform		: none;
	border				: 0;
}

#models .model a:hover {
	text-decoration		: underline;
}