BODY
{
	background:#000 url(player-bg.jpg) no-repeat;
	font: 12px Verdana;
	color:#DDBC8B;
	margin:0;
	padding:0;
}
#radioswf
{
	padding:0;
	margin:0;
	width: 240px;
	height: 60px;
}
IMG
{
	border:0
}
#menu
{
	width:500px;
}
#menu TD
{
	text-align:center;
	width:50%;
	font:12px Verdana;
}
#menu A
{
	display:block;
	font:12px Verdana;
	text-decoration:none;
	color:#DDBC8B;
}
#clock
{
	margin:10px 0 5px 0;
}

.jp-audio *:focus,
.jp-audio-stream *:focus
{
	outline: none;
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner
{
	border: 0;
}
.jp-interface
{
	position: relative;
	width:240px;
	height:60px;
}
.jp-controls
{
	margin: 0;
	padding: 3px 5px 3px 10px;
	overflow: hidden;
}
.jp-controls button
{
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.jp-play {
	width: 55px;
	height: 55px;
}
.jp-play
{
	background: url("player-control.jpg") 0px 0px no-repeat;
}
.jp-state-playing .jp-play
{
	background: url("player-control.jpg") -55px 0 no-repeat;
}

/* @group volume controls */
.jp-state-no-volume .jp-volume-controls
{
	display: none;
}
.jp-volume-controls
{
	position: absolute;
	top: 23px;
	right: 10px;
	width: 160px;
	height:60px;
}
.jp-volume-controls button
{
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}
.jp-mute,
.jp-volume-max
{
	width: 33px;
	height: 33px;
}
.jp-volume-max
{
	right: 0px;
}
.jp-mute
{
	background: url("playern-volume.jpg") 0px 0 no-repeat;
}
.jp-state-muted .jp-mute
{
	background: url("playern-volume.jpg") -66px 0 no-repeat;
}
.jp-volume-max
{
	background: url("playern-volume.jpg") -33px 0 no-repeat;
}
.jp-volume-bar
{
	position: absolute;
	overflow: hidden;
	background: url("playern-volume.jpg") 0 -50px repeat-x;
	top: 11px;
	left: 40px;
	width: 80px;
	height: 10px;
	cursor: pointer;
}
.jp-volume-bar-value
{
	background: url("playern-volume.jpg") 0 -40px repeat-x;
	width: 0px;
	height: 10px;
}

.jp-volume-slider
{
	position: absolute;
//	overflow: hidden;
	top: 11px;
	left: 40px;
	width: 80px;
	height: 10px;
	cursor: pointer;
	border:0 !important;
	border-radius:0 !important;
}
.jp-volume-slider .ui-slider-handle
{
	height:.8em;
	width:.8em;
	cursor:pointer !important;
}
.jp-volume-slider .ui-widget-header
{
	background: #A57E33;
	border-radius:0 !important;
}
.jp-volume-slider .ui-state-active
{
	background: #fff !important;
	border-color:#c5c5c5 !important;
}
.jp-gui.jp-no-volume .jp-volume-slider
{
	display:none;
}

.active
{
  background: #2c1d08;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
     -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
          box-shadow: inset 0px 0px 5px #c1c1c1;
font-weight:bold;
color: #DDBC8B;
border: 1px solid #DDBC8B;
border-radius: 5px;


}



.pass {
  background: #2c1d08;
  border: 1px solid #DDBC8B;
  border-radius: 5px;
  cursor: pointer;
  color: #DDBC8B;
}


/* @end */
