/* player and playlist go side by side */
#player{
	float:left;		
	margin:0 50px 40px 50px !important;
	*margin:0 50px 20px 50px !important;
	*margin:0 0 20px 20px;
}
#playlist{
    width:450px;
	height:auto;
	float:left;
	/*margin-left:50px !important;
	*margin-left:50px !important;
	*margin-left:0px;*/
	padding:10px 0 0 0 !important;
	*padding:10px 0 0 0 !important;
	*padding:10px 0 0 40px;
}
/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;	
	font-weight:bold;	
}
#player img{
	margin:0px 0 0 -10px !important;
	*margin:0px 0 0 -10px !important;
	*margin:-5px 0 0 -10px;
}
/* overlay play button */
div.play {
	background:url(../images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-230px;
	left:160px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}
#playlist p{
    float:left;
    color:red;
	margin:-20px 0 0 15px !important;
}

/*#playlist ul{
	height:auto;
	list-style:none;
}*/



.duracion{
	display:block;
	color:#FC0000 !important;
	margin:-20px 0 0 40px !important;
	text-decoration:none !important;
}

#playlist a{


}
#playlist br{
line-height: 5px;
}
