.dmxHTML5MP3Player.fancy_red {
	border: 1px solid #c66;
	border-top: 1px solid #fcc;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	font-family: helvetica, arial;
	height: 110px;
	position: relative;
	width: 400px;

	/* BACKGROUND GRADIENTS */
	background: #900;
	background: -moz-linear-gradient(top, #c00, #a00 50%, #900 51%, #600);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c00), color-stop(.5, #a00), color-stop(.5, #900), to(#600));

	/* BORDER RADIUS */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

	/* DISABLE SELECTION */
	-webkit-user-select:none;
	-moz-user-select:none;
}

.fancy_red .dmxHTML5MP3PlayerDisplay {
	background: #210;
	border-bottom: 1px solid #c66;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	height: 32px;
	left: 10px;
	line-height: 32px;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	text-shadow: 0 1px 0px #000;
	top: 10px;
}

.fancy_red .dmxHTML5MP3PlayerInfo {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;	
}

.fancy_red .dmxHTML5MP3PlayerVolumeSlider {
	background: #210;
	border-bottom: 1px solid #c66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 6px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	width: 80px;
}

.fancy_red .dmxHTML5MP3PlayerVolumeBar {
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #eee 50%, #ccc 51%, #bbb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(.5, #eee), color-stop(.5, #ccc), to(#bbb));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 6px;
	position: absolute;
}

.fancy_red .dmxHTML5MP3PlayerVolumeHandle {
	background: transparent;
	margin-top: 1px;
	margin-left: -6px;
	border-color: transparent transparent #000 transparent;
	border-style: solid;
	border-width: 6px;
	width:0;
	height:0;
}

.fancy_red .dmxHTML5MP3PlayerPositionSlider {
	background: #210;
	border-bottom: 1px solid #c66;
	height: 6px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 52px;
}

.fancy_red .dmxHTML5MP3PlayerLoadBar {
	background: #600;
	height: 6px;
	position: absolute;
}

.fancy_red .dmxHTML5MP3PlayerPositionBar {
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #eee 50%, #ccc 51%, #bbb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(.5, #eee), color-stop(.5, #ccc), to(#bbb));
	height: 6px;
	position: absolute;
}

.fancy_red .dmxHTML5MP3PlayerPositionHandle {
	background: transparent;
	margin-top: 1px;
	margin-left: -6px;
	border-color: transparent transparent #000 transparent;
	border-style: solid;
	border-width: 6px;
	width:0;
	height:0;
}

.fancy_red .dmxHTML5MP3PlayerControlbar {
	bottom: 12px;
	color: #fff;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	position: absolute;
}

.fancy_red .dmxHTML5MP3PlayerControlbar a {
	background: #111;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #666;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	color: #ddd;
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	width: 50px;
	outline: none;
}

.fancy_red .dmxHTML5MP3PlayerControlbar a:active {
	border-color: #333;
	border-bottom-color: #666;
	color: #fff;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}

.fancy_red .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerPause {
	border-color: #333;
	border-bottom-color: #666;
	color: #fff;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5);
}

.fancy_red .dmxHTML5MP3PlayerPlaylist ol {
	background: #210;
	border: 1px solid #c66;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	left: 10px;
	list-style-position: inside;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	right: 10px;
	top: 110px;
	z-index: 99;
}

.fancy_red .dmxHTML5MP3PlayerPlaylist li {
	color: #fff;
	font-family: helvetica, arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.fancy_red .dmxHTML5MP3PlayerPlaylist a {
	color: #fff;
	outline: none;
	text-decoration: none;
}

.fancy_red .dmxHTML5MP3PlayerPlaylist a.dmxHTML5MP3PlayerCurrent {
	font-weight: bold;
}