*{
	margin: 0;
	padding: 0;
	text-shadow: 1px 2px 4px #020202;
	font: inherit;
}
body{
	background: #000 url(../images/1.jpg) no-repeat;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #F9FCFA;
}
.mp_wrapper{
	width:800px;
	height:526px;
	margin:50px auto 40px auto;
	position:relative;
}
.mp_content_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 380px;
	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;
	overflow: auto;
}
.mp_player{
	position:absolute;
	top:0px;
	left:585px;
	width:215px;
	height:526px;
	background:transparent url(../images/bg.png) repeat top left;
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.mp_content img{
	width: 186px;
	border: 1px solid #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	margin: 20px 20px 10px 20px;
}
.mp_description{
	width: 540px;
	height: 145px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mp_description h2{
	font-size: 34px;
	margin-bottom: 5px;
	color: #C9F8D7;
	background: transparent url(../images/bg.png) repeat top left;
	padding: 3px 0px 4px 10px;
	-moz-box-shadow: 0px 0px 4px #000 inset;
	-webkit-box-shadow: 0px 0px 4px #000 inset;
	box-shadow: 0px 0px 4px #000 inset;
	font-family: "微软雅黑";
}
.mp_description p{
	text-shadow: 1px 1px 4px #000;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 19px;
}
.mp_songs{
	width: 320px;
	height: 203px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: auto;
}
a.mp_playall{
	background:#000 url(../images/play_big.png) no-repeat center center;
	width:50px;
	height:50px;
	position:absolute;
	top:98px;
	left:96px;
	text-indent:-9000px;
	outline:none;
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.mp_songs > div{
	background:transparent url(../images/bg.png) repeat top left;
	width:100%;
	margin-bottom:5px;
	height:30px;
}
.mp_songs div h3{
	width: 230px;
	line-height: 30px;
	margin-left: 10px;
	float: left;
}
.mp_options{
	width:48px;
	float:right;
}
.mp_options span{
	text-indent:-9000px;
	width:20px;
	height:26px;
	margin:2px 2px 0px 0px;
	float:left;
	cursor:pointer;
}
.mp_options span.mp_ppt{
	background:transparent url(../images/download1.png) no-repeat center center;
}
.mp_options span.mp_addpl{
	background:transparent url(../images/add.png) no-repeat center center;
}
.mp_options span.mp_play{
	background:transparent url(../images/play.png) no-repeat center center;
}
ul.mp_albums img{
	width:110px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	cursor:pointer;
	margin-top:3px;

}
