.performer_container {
	width: 700px;
	float: right;
}
.thumbnail {
	height: 100px;
	width: 120px;
	padding: 2px;

}
.performer {
	margin: 5px;
	float: left;
	width: 124px;
	border: #999999 1px solid;
	display: inline;
	padding-bottom: 2px;
}

* html .perf_box {
	margin-left: 6px;
	margin-right: 6px;
}

.performer_name {
	text-align: center;
	height: 16px;
	width: 120px;
	margin-top: 2px;
}
.performer_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
	
.noborder {
	border: none;
}

br { font-size: 8px; }
br { clear: both; }