.dmxHTML5MP3Player.apple {
	border: 1px solid #999;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #666;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	font-family: helvetica, arial;
	font-size: 12px;
	/*height: 110px;*/
	position: relative;
	width: 335px;

	/* BACKGROUND GRADIENTS */
	background: #ccc;
	background: -moz-linear-gradient(top, #eee, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));

	/* BORDER RADIUS */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

	/* DISABLE SELECTION */
	-webkit-user-select:none;
	-moz-user-select:none;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFEEEEEE, endColorstr=#FF999999);
}

.apple a {
	text-decoration: none;
	outline: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.apple .dmxHTML5MP3PlayerDisplay {
	margin: 10px 20px;
	padding: 10px;
	background: #555;
	background: -moz-linear-gradient(top, #555, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	border-bottom: 1px solid #fff;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 #000;

	/* BORDER RADIUS */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF555555, endColorstr=#FF333333);
}

.apple .dmxHTML5MP3PlayerPositionSlider {
	position: relative;
	margin: 0 20px;
	background: #888;
	background: -moz-linear-gradient(top, #777, #99a);
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#99a));
	border: 1px solid #666;
	border-bottom: 1px solid #eee;
	height: 8px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF777777, endColorstr=#FF9999AA);
}

.apple .dmxHTML5MP3PlayerPositionBar {
	background: #fff;
	background: -moz-linear-gradient(top, #ddd, #889);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#889));
	border-bottom: 1px solid #777;
	border-top: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 6px;
	position: absolute;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFDDDDDD, endColorstr=#FF888899);
}

.apple .dmxHTML5MP3PlayerPositionHandle {
	position: absolute;
	background: #333;
	background: -moz-linear-gradient(top, #555, #222);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	width: 11px;
	height: 11px;
	margin-left: -5px;
	margin-top: -2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF555555, endColorstr=#FF222222);
}

.apple .dmxHTML5MP3PlayerVolumeSlider {
	float: right;
	width: 100px;
	margin-top: 8px;
	margin-right: 5px;
	background: #888;
	background: -moz-linear-gradient(top, #777, #99a);
	background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#99a));
	border: 1px solid #666;
	border-bottom: 1px solid #eee;
	height: 6px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF777777, endColorstr=#FF9999AA);
}

.apple .dmxHTML5MP3PlayerVolumeBar {
	background: #fff;
	background: -moz-linear-gradient(top, #ddd, #889);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#889));
	border-bottom: 1px solid #777;
	border-top: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 4px;
	position: absolute;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFDDDDDD, endColorstr=#FF888899);
}

.apple .dmxHTML5MP3PlayerVolumeHandle {
	position: absolute;
	background: #333;
	background: -moz-linear-gradient(top, #555, #222);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
	width: 11px;
	height: 11px;
	margin-left: -5px;
	margin-top: -3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF555555, endColorstr=#FF222222);
}

.apple .dmxHTML5MP3PlayerControlbar {
	margin: 10px 20px;
	overflow: hidden;
}

.apple .dmxHTML5MP3PlayerControlbar a {
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-color: #333;
	background-color: -moz-linear-gradient(top, #444, #222);
	background-color: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
	border-bottom: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*display: inline-block;*/
	margin-left: 5px;
	float: left;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	width: 22px;
	height: 22px;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33444444, endColorstr=#33222222);
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnPlay.dmxHTML5MP3PlayerActive {
	background-color: #346;
	background-color: -moz-linear-gradient(top, #369, #236);
	background-color: -webkit-gradient(linear, left top, left bottom, from(#369), to(#236));

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33336699, endColorstr=#33223366);
}


.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnPlayPause.dmxHTML5MP3PlayerPlaying {
	background-color: #346;
	background-color: -moz-linear-gradient(top, #369, #236);
	background-color: -webkit-gradient(linear, left top, left bottom, from(#369), to(#236));
	background-image: url('pause.png');

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33336699, endColorstr=#33223366);
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnPrev {
	background-image: url('prev.png');
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnPlay {
	background-image: url('play.png');
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnPause {
	background-image: url('pause.png');
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnPlayPause {
	background-image: url('play.png');
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnStop {
	background-image: url('stop.png');
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnNext {
	background-image: url('next.png');
}

.apple .dmxHTML5MP3PlayerControlbar a.dmxHTML5MP3PlayerBtnPlaylist {
	background-image: url('playlist.png');
}

.apple .dmxHTML5MP3PlayerControlbar a:active {
	background-color: #600;
	background-color: -moz-linear-gradient(top, #700, #500);
	background-color: -webkit-gradient(linear, left top, left bottom, from(#700), to(#500));
	color: #fff;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33770000, endColorstr=#33550000);
}

.apple .dmxHTML5MP3PlayerPlaylist ol {
	margin: 10px 20px;
	padding: 10px;
	background: #555;
	background: -moz-linear-gradient(top, #555, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
	border-bottom: 1px solid #fff;
	font-size: 12px;
	color: #ddd;
	text-shadow: 0 1px 0 #000;
	list-style-position: inside;

	/* BORDER RADIUS */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* IE ONLY */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF555555, endColorstr=#FF333333);
}

.apple .dmxHTML5MP3PlayerPlaylist a.dmxHTML5MP3PlayerCurrent {
	font-weight: bold;
}
