/*playlist*/


.album_wrapper  .play_list{
	float: right;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	width: 335px;
}

.play_list .song_title{
	width: 224px;
	padding: 2px;
}

.play_list .play_time{
	width: 34px;
	text-align: right;
}

.play_list .coming_soon{
	text-align: right;	
}

.play_button_small.play{
	background: url(../img/icon/play_small.png) center no-repeat;
	height: 14px;
	width: 14px;
	display:block;
	cursor: pointer;
	float: right;
}

.play_button_small.stop{
	background: url(../img/icon/stop_small.png) center no-repeat;
	height: 14px;
	width: 14px;
	display:block;
	cursor: pointer;
	float: right;
}

.play_button_small.play:hover{
	background: url(../img/icon/play_small_hover.png) center no-repeat;
}

.play_button_small.stop:hover{
	background: url(../img/icon/stop_small_hover.png) center no-repeat;
}


/*main area */

#body_wrapper{
	margin-bottom: 20px;
}

#main_area_title{
	margin-top: 3px;
	margin-bottom: 10px;
}


.album_wrapper{
	width: 490px;	
	min-height: 200px;
	margin-bottom: 15px;
	border-top: 1px solid #aaa;
	padding-top: 4px;
}

.album_info_wrapper{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	position: relative;
}

.album_cover{
	margin-bottom: 5px;
	
}

.album_info_wrapper .title_box{
	width: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	background: black;
	opacity: 0.6;
	height: 32px;
	z-index: 10;
}

.album_info_wrapper .title{
	font-weight: bold;
	width: 130px;
	position: absolute;
	top: 5px;
	left: 5px;
	color: white;
	z-index: 20;
}

.album_info_wrapper .title SPAN{
	font-weight: bold;
	width: 140px;
	color: white;
	opacity: 1;
}




