div.jp-audio {
	width:400px;
	height:25px;
	overflow:hidden;
}

div.jp-interface {
	position: relative;
	background:url(images/background.png) left top repeat-x;
	width:100%;
}
div.jp-interface-left {position:absolute; left:0; top:0; height:25px; width:2px; background:url(images/capLeft.png) left top no-repeat;}
div.jp-interface-right {position:absolute; right:0; top:0; height:25px; width:8px; background:url(images/capRight.png) left top no-repeat;}

div.jp-divider{width:6px; height:25px; background:url(images/divider.png) left top no-repeat;}

div.jp-audio div.jp-type-single div.jp-interface {height:25px;}
div.jp-audio div.jp-type-playlist div.jp-interface {height:25px;}

div.jp-interface .jp-controls {list-style:none; margin:0; padding: 0; overflow:hidden; position:relative;}
div.jp-interface .jp-controls li{float:left; padding:5px 0 5px 4px; margin:0;}
div.jp-interface .jp-controls li.jp-divider-cont{padding:0; margin:0;}
div.jp-interface .jp-controls li.jp-divider-cont2{padding:0 0 0 5px; margin:0;}
div.jp-interface .jp-controls a {display:block; overflow:hidden; text-indent:-9999px;}

a.jp-play, a.jp-pause {width:31px; height:15px;}
a.jp-play {background: url(images/playButton.png) 0 0 no-repeat;}
a.jp-play:hover {background:url(images/playButtonOver.png) 0 0 no-repeat;}

a.jp-pause {background: url(images/pauseButton.png) 0 0 no-repeat; display: none;}
a.jp-pause:hover {background: url(images/pauseButtonOver.png) 0 0 no-repeat;}

a.jp-stop {display:none;}
a.jp-stop:hover {}

/* @end */

/* @group progress bar */

div.jp-progress {overflow:hidden; background:url(images/timeSliderRail.png) left center repeat-x;}
div.jp-audio div.jp-progress {margin:1px 0 0 0; height:15px; width:207px;}

div.jp-seek-bar {
	background: url(images/timeSliderBuffer.png) left center repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url(images/timeSliderProgress.png) left center repeat-x;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:22px;
	height:11px;
	margin-top:3px;
}

a.jp-mute {
	background: url(images/muteButton.png) left top no-repeat;
}
a.jp-mute:hover {
	background: url(images/muteButtonOver.png) left top no-repeat;
}
a.jp-unmute {
	background: url(images/unmuteButton.png) left top no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url(images/unmuteButtonOver.png) left top no-repeat;
}

div.jp-volume-bar {
	overflow:hidden;
	background: url(images/volumeSliderBuffer.png) left top no-repeat;
	width:31px;
	height:11px;
	cursor: pointer;
	margin-top:3px;
}
div.jp-volume-bar-value {
	background: url(images/volumeSliderProgress.png) left top no-repeat;
	width:0px;
	height:11px;
}

div.jp-current-time,
div.jp-duration {
	font-size:11px;
	color:#555;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
	background-color: #000000;
}

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:55px;
	margin: 0;
	position: absolute;
	left: 325px;
	top: 50px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("jplayer.blue.monday.jpg") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("jplayer.blue.monday.jpg") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("jplayer.blue.monday.jpg") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("jplayer.blue.monday.jpg") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("jplayer.blue.monday.jpg") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("jplayer.blue.monday.jpg") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("jplayer.blue.monday.jpg") -90px -270px no-repeat;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */
