.section-header span.section {
	display: inline-block;
	width: 160px;
	font-size: 24px;
	font-weight: normal;
	font-family: handel_gothic_d;
	text-transform: uppercase;
	word-wrap: normal;
	vertical-align: middle;
}
.section-header span.group {
	display: inline-block;
	overflow: hidden;
	
	font-size: 16px;
	font-weight: normal;
	font-family: handel_gothic_d;
	text-transform: uppercase;
	word-wrap: normal;
	vertical-align: middle;
}

.section-header img {
	width: 128px;
	height: 128px;
	position: relative;
	vertical-align: middle;
}
.section-header img.hover {
	margin-right: -32px;
}
.section-header img.compact {
	margin-right: -96px;
}

.section-header span.hover {
	width: auto;
	margin-left: 24px;
	margin-right: -8px;
}
.section-header span.compact {
	width: 0px;
}

div.section-header {
	cursor: pointer;
}
div.section-body {
	display: none;
}