div.jp-audio {
	font-size:1.25em;
	font-family:Georgia, serif;
	line-height:1.25;
	color: #605f60;
	background: transparent;
	position:relative;
	margin: 0 auto;
  width:204px;
	padding-bottom: 10px;
}
div#jplayer_inspector_1 {
  width: 201px;
  margin: 0 auto;
}
div.jp-interface {
	position: relative;
	width:100%;
	padding-top:10px;
	padding-bottom: 5px;
}

/* ### controls ### */

div.jp-interface ul.jp-controls {
	background: transparent;
	list-style-type:none;
	overflow:hidden;
	width: 100px;
	height: 15px;
}
div.jp-audio ul.jp-controls {
	margin:0 auto;
}
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
	margin-left: 8px;
}
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height: 34px;
	height: 15px;
	margin: 0;
	padding: 0;
}

/* ### Ende controls ### */

/* ### playlist player controls ### */

div.jp-type-playlist .jp-controls li a {
	width: 15px;
}
div.jp-type-playlist .jp-play {
	background: url("controlls.png") -21px 1px no-repeat;
}
div.jp-type-playlist .jp-play:hover {
	background: url("controlls.png") -21px -13px no-repeat;
}
div.jp-type-playlist .jp-pause {
	background: url("controlls.png") -45px 1px no-repeat;
}
div.jp-type-playlist .jp-pause:hover {
	background: url("controlls.png") -45px -13px no-repeat;
}
div.jp-type-playlist .jp-stop {
	background: url("controlls.png") -65px 1px no-repeat;
}
div.jp-type-playlist .jp-stop:hover {
	background: url("controlls.png") -65px -13px no-repeat;
}
div.jp-type-playlist .jp-previous {
	background: url("controlls.png") 0 1px no-repeat;
}
div.jp-type-playlist .jp-previous:hover {
	background: url("controlls.png") 0 -13px no-repeat;
}
div.jp-type-playlist .jp-next {
	background: url("controlls.png") -85px 1px no-repeat;
}
div.jp-type-playlist .jp-next:hover {
	background: url("controlls.png") -85px -13px no-repeat;
}

/* ### Ende playlist player controls ### */

/* ### progress bar ### */

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("balken.png");
}
.jp-progress {
	background-color: #fff;
	width: 160px;
	height: 2px;
	margin: 10px auto 8px auto;
	overflow:hidden;
}
.jp-seek-bar {
	background: transparent;
	width:0px;
	height: 100%;
	overflow:hidden;
	cursor:pointer;
}
.jp-play-bar {
	background: url("balken.png") 0px 0px repeat-x;
	width:0px;
	height: 100%;
	overflow:hidden;
}

/* ### Ende progress bar ### */

/* ### current time and duration ### */

.jp-current-time, .jp-duration {
	width:35px;
	height: 15px;
	font-size:.5em;
	color: #605f60;
	text-align: center;
}
.jp-current-time {
	float: left;
}
.jp-duration {
	float: right;
}

/* ### Ende current time and duration ### */

/* ### playlist ### */

.jp-title ul,
.jp-playlist ul {
	list-style-type:none;	
	font-size:.7em;
	margin: 0;
	padding: 0;
}
.jp-title li,
.jp-playlist li {
	position: relative;
	padding: 2px 0 6px 3px;
	overflow: hidden;
}
.jp-title li{
	border-bottom:none;
	border-top:none;
	padding:0;
	text-align:center;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:first-child {
	border-top:none;
	padding-top:3px;
}
div.jp-type-playlist div.jp-playlist li:last-child {
	border-bottom:none;
	padding-bottom:3px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #fff;
	text-decoration:none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color: #e60e2e;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {

}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{
	color: #e60e2e;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float: right;
	display:inline;
	text-align:right;
	color: #605f60;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#fff;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#e60e2e;
}

/* ### Ende playlist */

div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-jplayer {
	background-color: #b5afaf;
}

/* ### NO SOLUTION error feedback ### */

.jp-no-solution {
	width:190px;
	padding:5px;
	font-size:.75em;
	background-color:#b5afaf;
	border:1px solid #e60e2e;
	color:#605f60;
	display:none;
}
.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
.jp-no-solution a {
	color:#fff;
}
.jp-no-solution a:hover {
	color:#e60e2e;
}

/* ### Ende NO SOLUTION error feedback ### */