#content {
	width: 520px;
}

#intro {
	width: 320px;
}

.item {
	float: left;
	width: 150px;
	height: 165px;
	overflow: hidden;
	margin: 0px 30px 25px 0px;
	
	position: relative;
}

.item.last {
	margin-right: 0px;
}

#content .item h3 {
	display: block;
	width: 150px;
	height: 15px;
	margin-bottom: 0px;
	position: absolute;
	left: 0px;
	top: 110px;
}

#content .item h3 a {
	text-decoration: none;
}


.item.artist {
	height: 130px;
}


/* Image Scroller
********************************/

#header #imageScroll {
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	height: 15px;

}

#imageScroll a.next {
	color: #A0A392;
	background-color: #646464;
	display: inline;
	width: auto;
	margin: 3px 10px 0px 0px;
}

#imageScroll a.next:hover {
	text-decoration: underline;
	background-color: #646464;
}

#imageScroll a {
	display: block;
	float: left;
	width: 5px;
	height: 15px;
	background-color: #352f2a;
	margin-left: 5px;
}

#imageScroll a.on, #imageScroll a:hover {
	background-color: #A1A292;
}
