div#content {
	background-position: 0px -225px;
}

div#references_top_box {
	background: url('../img/reference_box_bg.png') no-repeat scroll top left;
	width: 980px;
	height: 448px;
	color: #fff;
}

div#references_top_box_top {
	height: 33px; /* 38 - 5 */
	padding: 9px 0 0 16px;
	font-size: 18px;
	font-weight: bold;
	background: #616161 url('../img/bar_black_980.png') no-repeat top left;
}

div#references_top_box img, div#references_top_box object {
	margin: 18px 0 0 21px;
	float: left;
}

div#reference_text {
	margin: 15px 0 0 20px;
	float: left;
	width: 440px;
	height: 362px;
}

div#reference_text h1 {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
}

div#reference_text p {
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 5px;
}

div#reference_text .hidden {
	display: none;
}

div#reference_text a#prev_page {
	margin-right: 20px;
}

div#reference_text a#next_page, div#reference_text a#prev_page {
	color: #5b9dc3;
	text-decoration: none;
	font-size: 11px;
}

/********************
 Artist scroller
********************/
div#artist_scroller {
	position: relative;
}

div#artist_scroller span#artist_scroller_top {
	display: block;
	height: 20px; /* 26 - 6 */
	padding:6px 10px 0 12px;
	background-color: #72cafc;
	color: #fff;
	font-size: 10px;
}

div#artist_scroller span#artist_scroller_top {
	font-size: 12px;
}

div#artist_scroller span#artist_scroller_top strong {
	font-size: 12px;
	font-weight: bold;
}

div#scroll_wrapper {
	overflow: hidden;
	position: relative;
	height: 211px; /* 175 + 18 + 18 */
}

div#scroll_wrapper a img {
	width: 204px;
}

div#artist_scroller ul {
	position: absolute;
	left: 0;
	top: 0;
	height: 175px;
	width: 5000px;
	margin: 18px;
	padding: 0;
	list-style: none;
}

div#artist_scroller ul li {
	float: left;
	margin-right: 42px;
}

div#artist_scroller ul span {
	display: block;
	font-weight: bold;
	font-size: 11px;
	margin-top: 4px;
}

a.scroll_button {
	position: absolute;
	top: 117px;
	z-index: 3;
}

a#scroll_right {
	right: 0;
}

a#scroll_left {
	left: 0;
}

div#bottom_bar {
	position: relative;
	height: 26px;
	margin-top:10px;
	background-color: #000;
}

div#bottom_bar a {
	position: absolute;
	top: -10px;
	right: -3px;
}