
dl
{
	list-style-type : none;
}
.player_container
{
	position:absolute;
	left : 20%;
}
#container
{
background :  url(bg2.jpg) no-repeat ;	
width : 360px;
height : 240px;
}
#buttons
{
	color : #fff;
	position:relative;
	left : 285px;
	top : 65px;

}
#playlist
{
position:relative;
top : 18px;
width:55px;

}
#player
{
	height : 10px;
	width: 10px;
}


a.play
{
	color:#black;
	text-decoration : none;
}
a.stop
{
	color:#black;
	text-decoration : none;
}
.play
{
	position : relative;
	left : 15px;
	top : 5.1px;
	color:white;
}

.stop
{
	position : relative;
	left : -17px;
	top : 76px;
	color:white;
}

