*{
	margin:0;
	padding:0;
}
body{
	background:#fff ;
	font-family: "Shadows Into Light Two","Myriad Pro", "Trebuchet MS", Arial;
	font-size:11px;
	color:rgba(53, 53, 53, 1);
}
.music_wrapper{ float:center;
	width:800px;
	margin:10em auto auto auto;		
		width:50%; height:auto;
	position:relative;background:transparent url(../images/bg.png) repeat top left;	-moz-border-radius:10px 0px 0px 0px;
	-webkit-border-radius:10px;
	border-radius:10px;
 padding:3em;
}
.mp_content_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:580px;
	height:auto;
	background:transparent url(../images/bg.png) repeat top left;
	-moz-border-radius:10px 0px 0px 0px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
/*titulo del album*/
.mp_description h2{ font-family: "Shadows Into Light Two";
	font-size:32px;
	margin-bottom:5px;
	color:rgba(53, 53, 53, 1);
        textShadow: rgba(137,2,156,0.4);
	background:transparent url(../images/bg.png) repeat top left;
	padding:3px 0px 4px 10px;
	-moz-box-shadow:0px 0px 4px rgba(137,2,156,0.4) inset;
	-webkit-box-shadow:0px 0px 4px rgba(137,2,156,0.4) inset;
	box-shadow:0px 0px 4px rgba(137,2,156,0.4) 
        inset;opacity: 0.9;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.mp_description p{
	text-shadow:1px 1px 1px rgba(137,2,156,0.4);
	text-transform:uppercase;
	padding:5px;
	line-height:17px;
}
.mp_songs{
	width:320px;
	height:203px;
	position:absolute;
	right:20px;
	top:20px;
        opacity: 0.8;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
}
.mp_songs div h3{
	width:260px;
	line-height:20px;
	margin-left:10px;
	float:left;
}



ul.mp_albums img{
	width:50px;
	-moz-box-shadow:1px 1px 4px rgba(137,2,156,0.4);
	-webkit-box-shadow:1px 1px 4px rgba(137,2,156,0.4);
	box-shadow:1px 1px 4px rgba(137,2,156,0.4);
	cursor:pointer;
	margin-top:3px;

}
