/*#radio-bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
}*/
	#radio-bg>div {
		width: 995px;
		margin: 0 auto;
		position: relative;
	}

#radio-tab {
	width: 98px;
	height: 150px;
	background: url(radio_bg.png) no-repeat center center;
	/*position: absolute;
	top: 85px;
	left: -110px;*/
}

	#rr-logo {
		margin: -7px 0 25px;
	}
/*							*/

div.jp-audio {
	width:201px;
	padding:20px;
}



div.jp-interface {
	position: relative;
	width:100%;
	height: 300px;
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}


div.jp-audio-stream .jp-play, div.jp-audio-stream .jp-pause {
	position: absolute;
	width: 31px;
	height: 22px;
	top: 80px;
	left: 0;
}
	div.jp-audio-stream .jp-play {
		background: url(rus_radio_play.png) no-repeat;
	}
	div.jp-audio-stream .jp-pause {
		background: url(rus_radio_pause.png) no-repeat;
	}

div.jp-audio-stream .jp-mute, div.jp-audio-stream .jp-unmute {
	position: absolute;
	left: 5px;
	top: 170px;
}
	div.jp-audio-stream .jp-mute {
		width: 8px;
		height: 15px;
	}
	div.jp-audio-stream .jp-unmute {
		width: 18px;
		height: 15px;
	}

.jp-interface .jp-volume-bar {
	position: absolute;
	left: 40px;
	right: 0;
	top: 89px;
	background: #CCC;
	cursor: pointer;
	}
	.jp-interface .jp-volume-bar .jp-volume-bar-value {
		height: 5px;
		background: #30388d;
	}
