a { outline:none; }
div.jp-audio,div.jp-audio-2 {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #888;
	position:relative;
}
div.jp-audio {
	width: 100px;
	height: 50px;
	padding: 0px;
}

div.jp-interface {
	position: relative;
	background-color: #0c8dac;
	background-image: url(bg.png);
}

div.jp-audio div.jp-type-single div.jp-interface {
	height: 50px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 21px;
}



/* @group CONTROLS */

div.jp-interface ul.jp-controls {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.jp-audio ul.jp-controls {
	padding: 3px 4px 0 6px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 134px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play{
	width: 13px;
	height: 15px;
}
a.jp-pause {
	width: 13px;
	height: 15px;
}

a.jp-play {
	background-image: url(play.png);
	margin-top: 23px;
	margin-left: 44px;
}
/*a.jp-play:hover {
	background-image: url(play_h.png);
	width:13px;
	height:15px;
}*/
a.jp-pause {
	background-image: url(pause.png);
	background-repeat:no-repeat;
	display: none;
	margin-top: 23px;
	margin-left: 44px;
}
/*a.jp-pause:hover {
	background-image: url(pause_h.png);
	background-repeat:no-repeat;
}*/

a.jp-stop, a.jp-previous, a.jp-next {
	width: 14px;
	height: 15px;
	/*margin-top:6px;*/
}

a.jp-stop {
	background-image: url(stop.png);
	margin-left:13px;
	margin-top: 23px;
}

/*a.jp-stop:hover {
	background-image: url(stop_h.png);
}*/

a.jp-previous {
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}

a.jp-next {
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #00839d;/*ddd*/
	background-image: url(progress.png) repeat-x;/*ddd*/
	z-index:7;
}
div.jp-audio div.jp-progress {
	position: absolute;
	/*top:32px;*/
	height: 7px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left: 5px;
	top: 10px;
	width: 90px;
}
div.jp-time-handle {
	left: 2px;
	top: 6px;
	width: 6px;
	height: 14px;
	background-color: #09667C;
	position: absolute;
	z-index: 9;
	background-image: url(timehandle.png) ;
	background-repeat: no-repeat;
}
div.jp-mp3-label {
	left: 6px;
	top: 26px;
	width: 32px;
	height: 17px;
	position: absolute;
	z-index: 9;
	background-image: url(mp3.png) ;
	background-repeat: no-repeat;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
	left: 166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	border: 1px solid red;
}
div.jp-seek-bar {
	background-color: #00839d;
	background-image: url(progress.png);
	background-repeat: repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background-color:#084551;
	background-image: url(progress2.png);
	background-repeat: 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 */


div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

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;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

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 */
