.modelcontainer {
	width: 180px;
	height: 180px;
	position: relative;
	border-bottom: 1px dotted #999999;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

.text_black_large {
	font-size: 16px;
	font-weight: bold;
	left: 0;
	bottom: 15px;
	position: absolute;
	z-index: 3;
}

a.model_link:link, a.model_link:active, a.model_link:visited {
	color: #000;
	text-decoration: none;
}

a.model_link:hover {
	color: #000;
	text-decoration: underline;
}

.text_grey_small {
	color: #605e5e;
	font-weight: bold;
	font-size: 10px;
	position: absolute;
	z-index: 2;
	bottom: 2px;
	right: 0;
}

.text_grey_large {
	color: #efefef;
	font-size: 19px;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 1;
}
