div.jp-audio{
	position:relative;
	float:left;
	height: 24px;
	width:216px;
	margin-bottom: 0px;
	margin-right:5px;
	cursor: pointer;
}

div.jp-audio:hover {
	background-color: #eeeeee;
}

div.jp-progress .title{
	position: absolute;
	left: 3px;
	top: 2px;
	white-space:nowrap;
    overflow:hidden;
    width: 200px;
    text-overflow: ellipsis;
}

div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;

}

div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;

}

div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

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

div.jp-interface {
	height:24px;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:216px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

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

div.jp-audio ul.jp-controls {
	width: 216px;
	padding:0px 0px 0 0px;
}

div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:16px;
	height:24px;
}

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

div.jp-audio:hover a.jp-play,
a.jp-play:hover {
	background: url("jplayer.blue.monday.jpg") -41px 5px no-repeat;
}
a.jp-pause {
	background: url("jplayer.blue.monday.jpg") 0 -37px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.blue.monday.jpg") -41px -37px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:0px;
	height:24px;
}

div.jp-progress {
	left:16px;
	width:200px;
}

div.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -227px 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 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:#fff;
	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 */