#thumbnails {
	bottom: 0;
	height: 470px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 550px;
}

	#thumbnails ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#thumbnails li {
		display: block;
		float: left;
		margin: 0 10px 10px 0;
		padding: 0;
		height: 85px;
		width: 100px;
	}

#attributes {
	bottom: 0;
	left: 560px;
	position: absolute;
	width: 240px;
}

	#attributes ul {
		font-size: 90%;
		letter-spacing: 1px;
		line-height: 1.7em;
		list-style: none;
		margin: 1.7em 0 0 0;
		padding: 0;
	}
	
	#attributes a, #attributes a:visited {
		color: #b5bca3;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#attributes a:hover, #attributes a.current {
		color: #404040;
	}
