body {
	font-family: helvetica, arial, sans-serif;
}

.albums div {
	float: left;
	position: relative;
}

.albums .defaultArt span {
	display: block;
	position: absolute;
	top: 0;
	padding: 6px;
	color: #000;
}

.albums div.highlight span {
	padding: 0;
}

.albums img {
	width: 126px;
	height: 126px;
	border: none;
}

.albums div.highlight {
	width: 114px;
	height: 114px;
	border: 6px solid yellow;
	overflow: hidden;
}

.albums div.highlight img{
	margin: -6px 0 0 -6px;
}

.albums div span {
	display: none;
}

#yearWrapper {
	margin: 10px;
}

#yearMarkers {
	width: 100%;
	height: 2em;
}

#yearMarkers div {
	display: block;
	float: left;
	text-align: left;
}

#yearMarkers div span{
	margin-left: -1em;
}

.embedThis {
	float: left;
	clear: both;
	position: relative;
	height: 250px;
	margin-top: 25px;
}

#embedCode {
	display: none;
}

#embedCode a {
	display:block;
	margin-top: -1.1em;
	position: absolute;
	right: 0;
	color: red;
}