div.floated {
	width: auto;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement1 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement2 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement3 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement4 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement5 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement6 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement7 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement8 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement9 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myElement10 {
	width: 334px;
	height: 202px;

	float: left;
}

div#myOtherElement {
	width: auto;
	height: auto;
	overflow: hidden;

	background-color: #f9f9f9;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	
}

