﻿#player {
	display:block;
	width:425px;
	height:300px;
	
}
#playlist {

	overflow:auto;	 	
	height:300px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:small;
	color:#333333;
	width:150px;
}

#player, #playlist {
	float:left;
	margin-right:20px;
}
