#mbox_player {
	position: relative;
	height: 300px;
}
#aplayer_1 {
	position: relative;
}

/* flash container */
.aplayer__flash-cont {
	position: absolute;
	height: 1px;
	margin: 0px;
	width: 1px;
	background: #183545;
}

/* controls */
.aplayer_controls {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.aplayer_button {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 150px;
	height: 150px;
	opacity: 0.6;
}
.aplayer_button:hover {
	color: #fff;
	opacity: 0.3;
	cursor: pointer;
}
.aplayer_button.aplayer_button_play {
	background-image: url('../img/control-play-page.png');
	background-repeat: no-repeat;
}
.aplayer_button.aplayer_button_pause {
	background-image: url('../img/control-pause-page.png');
	background-repeat: no-repeat;
}
.aplayer_track-title {
	display: block;
	position: absolute;
	bottom: 60px;
	left: 140px;
	font-family: 'PT Sans', 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 100%;
	color: rgba(255,255,255,1);
}
.aplayer_channel-icon {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 100px;
	height: 100px;
	border: none;
}
.aplayer_channel-icon img {
	width: 100px;
	height: 100px;
}
@media (max-width: 320px) {
	#mbox_player {
		height: 250px;
	}
	.aplayer_button {
		margin: 20px auto 0 auto;
	}
	.aplayer_channel-icon {
		width: 50px;
		height: 50px;
	}
	.aplayer_channel-icon img {
		width: 50px;
		height: 50px;
	}
	.aplayer_track-title {
		bottom: 30px;
		left: 90px;
		font-size: 16px;
	}
}
.controlslayer__volume_button,
.aplayer_channel-title,
.aplayer_track-icon,
.aplayer_time,
.aplayer__list_arrow {
	display: none;
	width: 0;
	height: 0;
	line-height: 0;
}

/* mbox */
.mbox {
	display: table;
	margin: 0;
	padding: 0;
}
.mbox #mbox_player {
	position: relative;
	height: 300px;
}
.mbox #mbox_player .aplayer_channel-icon {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	border-radius: 4px;
}
.mbox #mbox_player img.aplayer_channel-icon {
	width: 50px;
	height: 50px;
}
.mbox #mbox_player .aplayer_channel-title {
	display: inline-block;
	background: rgba(0,0,0,0.8);
	color: rgba(204,0,0,1);
	margin: 0;
	padding: 15pt 15pt 15pt 60pt;
	text-align: left;
	font-family: 'PT Sans', 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 30pt;
	line-height: 100%;
	width: auto;
	height: auto;
}
.mbox #mbox_player .aplayer_button,
.mbox #mbox_player .aplayer_track-title,
.mbox #mbox_player .aplayer_track-icon {
	display: block;
	position: absolute;
}
.mbox #mbox_player .aplayer_controls {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.mbox #mbox_player .aplayer_button {
	top: 100px;
	left: 15px;
	width: 150px;
	height: 150px;
	opacity: 0.6;
}
.mbox #mbox_player .aplayer_button:hover {
	color: #fff;
	opacity: 0.3;
	cursor: pointer;
}
.mbox #mbox_player .aplayer_button.aplayer_button_play {
	background-image: url('../img/control-play-page.png');
	background-repeat: no-repeat;
}
.mbox #mbox_player .aplayer_button.aplayer_button_pause {
	background-image: url('../img/control-pause-page.png');
	background-repeat: no-repeat;
}
.mbox #mbox_player .aplayer_track-title {
	top: 100px;
	left: 180px;
}
.mbox #mbox_player .aplayer_track-icon {
	right: 15px;
	top: 100px;
	width: 200px;
	height: 200px;
	background: rgba(255,255,255,0.6);
}
.mbox #mbox_player img.aplayer_track-icon {
	width: 180px;
	height: 180px;
}