#content {
	background-color: #FFFFFF;
	padding: 3em;
	margin:0.2em 2em;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 570px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
background-color: #FFFFFF;
padding: 0px;
	text-align: left;
}
#mycustomscroll_artist {
	/* Typical fixed height and fixed width example */
width: 500px;
	height: 270px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
	clear: left;
}
#details .art_top1 {
	float: left;
	margin-top:6px;
	height: 23px;
	background-image: url(../images/artist_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 35px;
}
#details .art_top2 {
	clear: right;
	float: left;
	color:#FFFFFF;
	height: 18px;
	text-align:left;
	padding-top:2px;
	background-color: #CDDAE2;
	margin-top: 5px;
}
#details .art_top3 {
	clear: right;
	float: left;
	height: 23px;
	background-image: url(../images/artist_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 25px;
	margin-top: 5px;
}
