*{
	margin:0;
	padding:0;
}


body{
	background:#fff url() repeat top left;
font-family: 'Arial Narrow', Arial, sans-serif;
text-transform: uppercase;
font-size: 13px;
	font-size:12px;
	color:#000;
}

h5{
	
}



.mp_wrapper{
	width:100%;
	height:526px;
	margin:15px auto 40px auto;
	position:relative;
	-moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); background-color:#fff;
}
.mp_content_wrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:72%;
	height:526px;
	background:transparent url(../images/bg.png) repeat top left;

	overflow-y: auto;
	-moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); background-color:#fff;
}
.mp_player{
	position:absolute;
	top:0px;
	right:0px;
	width:27%;
	height:526px;
	background:transparent url(../images/bg.png) repeat top left;
	overflow:auto;
	-moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); background-color:#fff;

}
.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:65%;
	height:145px;
	margin:0 ;
	overflow:hidden;
	text-overflow:ellipsis;	-moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); background-color:#fff;

}
.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{
	
	text-transform:uppercase;
	padding:5px;
	line-height:17px;
}
.mp_songs{
	background:transparent url(../images/bg.png) repeat top left;
	width:320px;
	height:auto;
	position:absolute;
	right:21px;
	top:9px;	-moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); -webkit-box-shadow:inset 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1); background-color:#fff;

	
}
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;
	border-radius:10px;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.mp_songs > div{
	background:transparent url(../images/list.png) repeat top left;
	width:100%;
	margin-bottom:5px;
	height:30px;
}

h5{
font-family: 'Arial Narrow', Arial, sans-serif;
text-transform: uppercase;
font-size: 13px;
font-weigh:thin;
	width:260px;
	line-height:30px;
	margin-left:10px;
	float:left;
}


.mp_songs div h5{
font-family: 'Arial Narrow', Arial, sans-serif;
text-transform: uppercase;
font-size: 13px;
font-weigh:thin;
font-indent:5px;
	width:260px;
	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_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;

}
