﻿.model {
	float: left;
	width: 200px;
	height: 200px;
}

.clear {
	clear: both;
}

a.item {
	display: block;
	float: left;
}

.model { margin-bottom: 20px; }
