
body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
#container {
	text-align: left;
	margin: auto;
	width: 40em;
}

.section img {
	float: left;
	border: 3px solid #ccc;
	margin: 0 1em 1em 0;
	padding: 0;
}

.compact .section {
	clear: both;
	margin: 1em;
	padding: 0 0 1em;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#part-2.active .section.current {
	background: #ffc;
}




.compact.active {
	background: #efefef;
	padding: .5em 1em;
	margin: 2em 0;
}

.compact.active h2 {
	margin: 0 0 .3em 0;
	font-size: 110%;
}

.compact.active .viewport {
	background: #fff;
	clear: both;
	overflow: hidden;
	width: 38em;
}

.compact.active .slider {
	width: 3000em; /* js will set this to correct width anyway */
	overflow: hidden;
}

.compact.active .section {
	margin: 0;
	border: none;
	clear: none;
	padding: 1em 2em;
	float: left; clear: none;
	position: relative; /* for IE */
	width: 34em;
}

.compact.active .actions a,
.compact.active .panels a {
	text-decoration: none;
	color: black;
	display: block;
	float: left;
	padding: .2em .5em;
}
.compact.active .actions a:hover,
.compact.active .panels a:hover {
	background-color: #ccc;
}

.compact.active .actions a:focus,
.compact.active .panels a:focus,
.compact.active .panels a.current:focus {
	outline: none;
	background-color: #ffc;
}

.compact.active ul.actions,
.compact.active ul.actions li,
.compact.active ul.panels,
.compact.active ul.panels li {
	list-style-type: none;
	display: inline;
	margin: 0; padding: 0;
}
.compact.active ul.actions,
.compact.active ul.panels {
	display: block;
	overflow: hidden;
	margin-bottom: .5em;
}

.compact.active ul.actions {
	float: right;
}
.compact.active ul.panels {
	float: left;
}
.compact.active ul.panels a.current {
	background-color: #ccc;
	cursor: default;
}
