/*
	20.03.2010, mJ:	margin-bottom vereinheitlicht
*/

/* imageflow properties */

#new-releases-imageflow-container .imageflow
{
	position:			relative;
/* 	height:				188px; */
	width:				950px;
	height:				264px;
}

#new-releases-imageflow.imageflow .images
{
/* 	height:				188px; */
	width:				950px;
	height:				200px;
	position:			absolute;
	top:				10px;
	left:				0px;
	overflow:			visible;
/* 	background:			#ffd0d0; */
}

#new-releases-imageflow.imageflow .images img
{
	background:			#ddd;
/* 	url(/imgs/loading.gif) no-repeat center center; */
/*	freaks out MSIE */
	border:				4px solid #fff;
}


#new-releases-imageflow.imageflow .scrollbar
{
	position:			absolute;
	top:				-14px;
	width:				800px;
	left:				70px;
}


#new-releases-imageflow.imageflow .slider {
	background:			url(slider2.png) no-repeat scroll 0 0 transparent;
	width:				21px;
	height:				12px;
	margin:				-5px 0 0 -5px;
}


#new-releases-imageflow.imageflow .navigation
{
	position:			absolute;
	top:				240px;
	width:				100%;
/* 	height:				188px; */
/* 	height:				100px; */
}


#new-releases-imageflow.imageflow .caption
{
	background:			transparent;
	text-align:			center;
}


#new-releases-product-container
{
	overflow:		visible;
	width:			924px;
	padding:		13px;
}

#new-releases-product 
{
	width:			620px;
	margin:			0px auto;
}

#new-releases-product #product-text
{
	float:			left;
	width:			290px;
	margin-right:	34px;
}

#new-releases-product #recommended-track
{
	float:			left;
	width:			290px;
}


#new-releases-product  #product-text h4
{
	margin-bottom:		12px;
}

#new-releases-product  #product-text .HB-8
{
	font-weight:		bold;
}

#new-releases-product  #product-text .works
{
	font-style:			italic;
	margin-bottom:		12px;
}

#new-releases-product  #product-text .works br
{
/* 	display:			none; */
}



#new-releases-product  .recording
{
/* 	margin-right:		20px;	 */
/* correctly center below cover */
}


#new-releases-product  #product-text .artists,
#new-releases-product  #product-text .prod,
#new-releases-product  #product-text .date
{
	margin-bottom:		12px;
}

#new-releases-product  #product-text .marketing-text
{
	background:			#ddd;
	padding:			6px 10px 10px;
	margin-bottom:		14px;
}

#new-releases-product  #product-text .marketing-text b
{
	font-weight:		normal !important;
}


/* recommended track in product-single */
#new-releases-product #recommended-track .prelistening
{
 	background-color:	#ddd;
	width:				100%;
	height:				22px;
}

#new-releases-product #recommended-track .paused
{
	background:			#ddd url(imgs/tracklist-prelistening-paused-bg.gif) no-repeat 8px 7px !important;
}

#new-releases-product #recommended-track .playing
{
	background:			#ddd url(imgs/tracklist-prelistening-playing-bg.gif) no-repeat 8px 7px !important;
}


#new-releases-product #recommended-track .progress-bar
{
	position: 			absolute; 
	top: 				7px; 
	left: 				20px;
}


#new-releases-product #recommended-track .inner-bar-container,
#new-releases-product #recommended-track .progress-bar
{
	width:			230px;
}

#new-releases-product #recommended-track p
{	
	margin-bottom:	0.5em;
}

#new-releases-product #recommended-track .play-time
{	
	left:			242px;
}


#new-releases-product .product-video
{	
	width:			290px;
	height:			188px;
}





