.mp_wrapper * {
	margin:0;
	padding:0;
}
.mp_wrapper {
	width:800px;
	height:526px;
    margin: 11px 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;
}
.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:203px;
	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:0 auto;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mp_description h2 {
	font-size:34px;
	margin-bottom:5px;
	color:#f0f0f0;
	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;
}
.mp_description p {
	color: white !important;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	padding:5px;
	line-height:17px;
}
.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:245px !important;
	line-height:30px !important;
	margin-top:0px !important;
	margin-left:10px !important;
	float:left !important;
	color: white !important;
}
.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_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;
}
.reference {
	font-family:Arial;
	position:relative;
	width:100%;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}
.reference a {
	color:#f9f9f9;
	text-decoration:none;
	margin-right:20px;
}
