/*
 * Skin for jPlayer RadioMD Player 
 */

div.rmd-interface {
	position: relative;
}
div.rmd-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.rmd-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.rmd-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
div.rmd-interface a.jp-play,
div.rmd-interface a.jp-pause {
	width:40px;
	height:40px;
	z-index:1;
}
div.rmd-interface a.jp-pauseitem {
	width:40px;
	height:40px;
	z-index:1;
}
div.rmd-interface a.jp-play,
div.rmd-interface a.jp-pause {
	top:288px;
	left:31px;
}
div.rmd-interface a.jp-pauseitem {
	top:3px;
	left:44px;
}
div.rmd-interface a.jp-play {
	background: url("jplayer.radiomd.player.png") 0 0 no-repeat;
}
div.rmd-interface a.jp-play:hover {
	background: url("jplayer.radiomd.player.png") -41px 0 no-repeat;
}
div.rmd-interface a.jp-pause {
	background: url("jplayer.radiomd.player.png") 0 -42px no-repeat;
}
div.rmd-interface a.jp-pause:hover {
	background: url("jplayer.radiomd.player.png") -41px -42px no-repeat;
}
div.rmd-interface a.jp-stop {
	top:8px;
	left:50px;
}
div.rmd-interface a.jp-stop {
	background: url("jplayer.radiomd.player.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
div.rmd-interface a.jp-stop:hover {
	background: url("jplayer.radiomd.player.png") -29px -83px no-repeat;
}
div.rmd-interface a.jp-download {
	top:8px;
	left:261px;
}
div.rmd-interface a.jp-download {
	background: url("jplayer.radiomd.player.png") -58px -141px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
div.rmd-interface a.jp-download:hover {
	background: url("jplayer.radiomd.player.png") -87px -141px no-repeat;
}
div.rmd-interface a.jp-popup {
	top:8px;
	left:294px;
}
div.rmd-interface a.jp-info {
	top:8px;
	left:228px;
}
div.rmd-interface a.jp-popup {
	background: url("jplayer.radiomd.player.png") -116px -141px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
div.rmd-interface a.jp-info {
	background: url("jplayer.radiomd.player.png") -116px -112px no-repeat;
	width:28px;
	height:28px;
	z-index:1;
}
div.rmd-interface a.jp-popup:hover {
	background: url("jplayer.radiomd.player.png") -145px -141px no-repeat;
}
div.rmd-interface a.jp-info:hover {
	background: url("jplayer.radiomd.player.png") -145px -112px no-repeat;
}
div.rmd-interface a.jp-previous {
	background: url("jplayer.radiomd.player.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
div.rmd-interface a.jp-previous:hover {
	background: url("jplayer.radiomd.player.png") -29px -112px no-repeat;
}
div.rmd-interface a.jp-next {
	background: url("jplayer.radiomd.player.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
div.rmd-interface a.jp-next:hover {
	background: url("jplayer.radiomd.player.png") -29px -141px no-repeat;
}
div.rmd-interface div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #999;
}
div.rmd-interface div.jp-progress {
	top:10px;
	left:90px;
	width:110px;
	height:15px;
}
div.rmd-interface div.jp-seek-bar {
	background: url("jplayer.radiomd.player.png") 0 -202px repeat-x;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.rmd-interface div.jp-play-bar {
	background: url("jplayer.radiomd.player.png") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.rmd-interface div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}

div.rmd-interface a.jp-mute,
div.rmd-interface a.jp-unmute {
	width:18px;
	height:15px;
}
div.rmd-interface a.jp-mute,
div.rmd-interface a.jp-unmute {
	top:312px;
	left:322px;
}
div.rmd-interface a.jp-mute {
	background: url("jplayer.radiomd.player.png") 0 -186px no-repeat;
}
div.rmd-interface a.jp-mute:hover {
	background: url("jplayer.radiomd.player.png") -19px -170px no-repeat;
}
div.rmd-interface a.jp-unmute {
	background: url("jplayer.radiomd.player.png") 0 -170px no-repeat;
	display: none;
}
div.rmd-interface a.jp-unmute:hover {
	background: url("jplayer.radiomd.player.png") -19px -186px no-repeat;
}
div.rmd-interface div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.radiomd.player.png") 0 -233px repeat-x;
	width:150px;
	height:15px;
	cursor: pointer;
}
div.rmd-interface div.jp-volume-bar {
	top:312px;
	left:163px;
}
div.rmd-interface div.jp-volume-bar-value {
	background: url("jplayer.radiomd.player.png") 0 -218px repeat-x;
	width:0px;
	height:15px;
}
div.rmd-interface div.jp-current-time,
div.rmd-interface div.jp-duration {
	position: absolute;
	font-size:.64em;
	font-style:oblique;
}
div.rmd-interface div.jp-duration {
	text-align: right;
}
div.rmd-interface div.jp-current-time,
div.rmd-interface div.jp-duration {
	top:26px;
	left:90px;
	width:110px;
}
div.rmd-interface div.jp-playlist {
	/* width:418px; */
	width:100%;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	max-height:125px;
	overflow: auto;
}
div.rmd-interface div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0 20px;
	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:.72em;
}
div.rmd-interface div.jp-jplayer {
	width:0px;
	height:0px;
}
div.rmd-interface div.jp-jplayer {
	background-color: #000000;
}
div.rmd-interface div.jp-ad-display {
	position: absolute;
	width:245px;
	height:47px;
	z-index:5;
}
div.rmd-interface div.jp-ad-display {
	top:0px;
	left:85px;
}
div.rmd-interface div.jp-notice {
	margin: 5px 0 0 95px;
	font-weight: 
	bolder; 
	width: 170px;
}