#newreleases_wrapper {
}
#newreleases_wrapper .header_right {
	float: right;
	margin: 0 35px 0 0;
	font-size: 12pt;
	font-weight: bold;
}
#newreleases_wrapper .header {
	display: inline;
	margin: 0 0 0 37px;
	font-weight: bold;
}
#newreleases_wrapper a {
	color: #43a1b6;
	text-decoration: none;
}

div.release-wrap a {
	text-decoration: none;
	color: #000;
	border: 0;
}
#newreleases .release-wrap {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	width: 165px;
	vertical-align: top;
}
#newreleases .release-cd {
	margin-top: 10px;
	margin-right: 3px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both; float: left;
	color: #A69D99;
}
#newreleases .release-title {
	margin-top: 5px;
	font-size: 14px;
	text-transform: capitalize;
	color: #0C3742;
	clear: both; float: left;
}
#newreleases .release-description {
	margin-top: 5px;
	width: 165px;
	text-align: left;
	color: #4c4c4c;
	font-size: 12px;
	position: relative;
	clear: both;
	float: left;
}
#newreleases .release-play {
	margin-top: 10px;
	color: teal;
	font-size: 12px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	clear: both;
	float: left;
	background-image: url(/images/nr-play.png);
	background-position-x: 0;
	background-repeat: no-repeat;
	text-indent: 5px;
}
#newreleases .release-play.playing {
	background-image: url(/images/nr-pause.png);
}
#new-releases {
	margin: 0 0 0 10px;
}
#new-releases .playTrigger {
	position: absolute;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 25px; height: 25px;
	top: 140px; right: 0;
	z-index: 11;
	cursor: pointer;
	background-image: url(/images/control-play.png);
	background-repeat: no-repeat;
}
#newreleases .playing {
	background-image: url(/images/control-pause.png);
}
#release-header {
	position: relative;
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #656565;
	text-indent: 25px;
}

#newreleases {
	margin: 0;
	left: 0;
}
#newreleases #release-arrow-left {
	/*float: left;*/
	/*margin: 52px 15px 0 0;*/
	left: 0;
	cursor: pointer;
	z-index: 800;
}
#newreleases #release-arrow-right {
	/*float: right;*/
	/*margin: 52px 0 0 0;*/
	padding: 0px;
	right: 0;
	cursor: pointer;
	z-index: 800;
}
#newreleases ul {
	width: 512px;
	list-style: none;
	position: relative;
	left: -10px;
	top: -13px;
}
#newreleases ul li {
	display: inline;
	float: left;
}

