#middle .content #player {
	display:block;				
	width:400px;
	height:300px;
	border:0px;		
	margin: 3px auto 0 auto;
	position: relative;
}
#middle .content #player img.screen
{
	width:400px;
	height:300px;
}
#middle .content #player img.play
{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 128px;
	left: 178px;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#middle .content #player img.play:hover {
	opacity:1.0;	
	filter:alpha(opacity=100);
}
#middle .content .spacer
{
	border-bottom: 1px solid #034e79;
	margin: 15px 0 0 0;
	height: 1px;	
	line-height: 1px;
	font-size: 0;
}
#middle .content #playlist a
{
	width: 130px;
	margin: 10px 0;	
	text-align: center;
}
#middle .content #playlist a.left
{
	float: left;
	margin-left: 90px;
}
#middle .content #playlist a.right
{
	float: right;
	margin-right: 90px;
}
#middle .content #playlist img
{
	border: 1px solid #000;
}