body {
	background-color: #000;
	background-image: linear-gradient( to bottom, #1a6374, #000 );
	background-size: 100% 700px;
	background-repeat: no-repeat;
}

.header {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.header_right {
	float: right;
	margin: 0 35px 0 0;
	font-size: 12pt;
	font-weight: bold;
}

#content {
	padding: 0;
	width: 942px;
	min-height: 600px;
}

#newreleases_wrapper {
	position: absolute;
	left: 0; top: 6px;
	width: 585px;
}
#newreleases {
	padding: 20px 14px 0 10px;
	width: 585px; height: 412px;
	background-color: #f0f0f0;
}
#newreleases .release-description {
	display: none;
}
#newreleases .release-wrap {
	height: 190px;
	/*height: 215px;*/
	overflow: hidden;
}
#newreleases .release-wrap .release-cd {
	display: none;
}
#newreleases .release-wrap .release-title {
	/*font-weight: bold;*/
}
#newreleases .release-wrap .release-cd, #newreleases .release-wrap .release-title {
	clear: none; float: none;
}

#featuredplaylist_wrapper {
	float: right;
	width: 357px;
	height: 448px;
}
#featuredplaylist_wrapper a {
	color: #43a1b6;
	text-decoration: none;
}
#featuredplaylist_wrapper > .header_wrapper {
	padding: 6px 0 0 10px;
	border-left: 2px solid #ddd;
}

#libraries {
	width: 900px;
	position: relative;
	clear: both;
	float: none;
	text-align: center;
	overflow: visible;
}
#content #libraries ul {
	width: 800px;
	list-style: none;
	position: relative;
}
#content #libraries ul li img {
	border-color: #000000;
	padding: 2px;
}
#content #libraries ul li {
	display: inline;
	padding: 6px;
}
#content #libraries #catalog-arrow-left {
	clear: both;
	position: absolute;
	float: left;
	height: 100px;
	width: 18px;
	left: -20px;
	margin-right: 5px;
	background-image: url(/images/arrow-left-nr.jpg);
	background-position-x: 0;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 800;
}
#content #libraries #catalog-arrow-right {
	position: absolute;
	float: right;
	width: 18px;
	height: 100px;
	top: 0px;
	right: -25px;
	background-image: url(/images/arrow-right-nr.jpg);
	background-position-x: 0;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 800;
}

.drop_content_wrapper {
	background-color: #dedede;
	padding: 20px 40px 0;
}

#content #featured-list {
	width: 357px;
	float: right;
	position: relative;
	overflow: visible;
}
#featured-playlist {
	position: inherit;
	margin: 0; padding: 0;
	width: 357px;
	height: 298px;
	top: -8px;
	background-color: #475b70;
}
#featured-playlist ol {
	margin: 0; padding: 0;
	list-style-type: none;
}
#featured-playlist .fpl-odd {
	background-color: #527285;
}
#featured-playlist .fpl-even {
	background-color: #475b70;
}
#featured-playlist a.fpl-playwaiting {
	padding-left: 25px;
	color: #58bedf;
	text-decoration: none;
	background-image: url(/images/fpl-play.png);
	background-repeat: no-repeat;
	background-position: 315px;
}
#featured-playlist .fpl-pausewaiting {
	text-decoration: none;
	color:  #656565;
	background-image: url(/images/fpl-pause.png);
	background-repeat: no-repeat;
}
#featured-playlist li.current {
	background-image: url(/images/left_arrow_12x26.png);
	background-repeat: no-repeat;
	background-position: 340px;
}
#featured-playlist li a:link, #featured-playlist li a:visited {
	display: block;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
}

