@charset "utf-8";

/* CSS Document */



.music_container {

	height: 440px;

	width: 800px;

	background-color: #000000;
	
	float:left;
}



.music_top {

	height: 40px;

	width: 800px;

	background-color: #000000;
		
	float:left;
}



.music_selector {

	position: relative;
	height: 360px;

	width: 345px;

	background-color: #000000;
		
	float:left;
	display: inline;
}



.music_console {

	height: 360px;

	width: 455px;

	background-color: #000000;
		
	float:left;
	overflow: hidden;
	position:relative;
}



.music_bottom {

	height: 40px;

	width: 800px;

	background-color: #000000;
		
	float:left;
}