/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 *
 */

div.jp-audio,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	/*font-size: 1.25em;*/

	/*font-family: Verdana, Arial, sans-serif;*/
	/*line-height:1.6;*/
	color: #000;
}
div.jp-audio {
	width:168px;
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:695px;
}
div.jp-interface {
	position: relative;
	width:100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:34px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:31px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	z-index:1;
}
a.jp-play {
	background: url("images/jPlayer.gif") 0 0 no-repeat;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	width:8px;
	height:7px;
	top:0px;
	left:0px;
}

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	width:8px;
	height:7px;
	top:0px;
	left:0px;
}
div.jp-video a.jp-play,
div.jp-video a.jp-pause {
	width:15px;
	height:15px;
	top:17px;
	background: url("images/jPlayer.gif") 0px -68px no-repeat;
}
div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
	left:195px;
}
div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
	left:220px;
}
div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
	left:665px;
}
div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
	left:300px;
}
/*a.jp-play:hover {
	background: url("images/jPlayer.gif") 0px 0 no-repeat;
}*/

/*
a.jp-pause {
	background: url("jplayer.gif") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.gif") -41px -42px no-repeat;
}
*/
a.jp-stop {
	background: url("images/jPlayer.gif") -8px 0px no-repeat;
	width:7px;
	height:7px;
	z-index:1;
}
a.jp-stop:hover {
	background: url("images/jPlayer.gif") -8px 0px no-repeat;
}

div.jp-audio div.jp-type-single a.jp-stop {
	top:0px;
	left:17px;
}
div.jp-audio div.jp-type-playlist a.jp-stop {
	top:0px;
	left:17px;
}
div.jp-video a.jp-stop {
	top:17px;
	background: url("images/jPlayer.gif") -15px -68px no-repeat;
	width:15px;
	height:15px;
}
div.jp-video-270p div.jp-type-single a.jp-stop {
	left:245px;
}
div.jp-video-270p div.jp-type-playlist a.jp-stop {
	left:298px;
}
div.jp-video-360p div.jp-type-single a.jp-stop {
	left:683px;
}
div.jp-video-360p div.jp-type-playlist a.jp-stop {
	left:378px;
}
div.jp-audio div.jp-type-playlist a.jp-previous {
	left:20px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-previous {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-previous {
	left:192px;
}
div.jp-video-360p div.jp-type-playlist a.jp-previous {
	left:272px;
}
a.jp-previous {
	background: url("jplayer.blue.monday.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
div.jp-audio div.jp-type-playlist a.jp-next {
	left:88px;
	top:26px;
}
div.jp-video div.jp-type-playlist a.jp-next {
	top:21px;
}
div.jp-video-270p div.jp-type-playlist a.jp-next {
	left:260px;
}
div.jp-video-360p div.jp-type-playlist a.jp-next {
	left:340px;
}
a.jp-next {
	background: url("jplayer.blue.monday.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background: url("images/jPlayer.gif") 0 -15px no-repeat;
}
div.jp-audio div.jp-type-single div.jp-progress {
	top:14px;
	left:31px;
	width:91px;
	height:8px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	top:14px;
	left:31px;
	width:91px;
	height:8px;
}
div.jp-video div.jp-progress {
	top:36px;
	left:30px;
	width:100%;
	width:636px;
	height:10px;
	background: url("images/jPlayer.gif") 0 -45px no-repeat;
}
div.jp-seek-bar {
	background: url("images/jPlayer.gif") 0 -15px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-video div.jp-seek-bar {
	background: url("images/jPlayer.gif") 0 -45px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("images/jPlayer.gif") 0 -30px no-repeat ;
	/*width:0px;*/
	height:8px;
}
div.jp-video div.jp-play-bar {
	background: url("images/jPlayer.gif") 0 -60px no-repeat ;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("pbar-ani.gif");
}

a.jp-mute,
a.jp-unmute {
	width:18px;
	height:15px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top:32px;
	left:274px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	top:32px;
	left:274px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	top:27px;
}
div.jp-video-270p div.jp-type-single a.jp-mute,
div.jp-video-270p div.jp-type-single a.jp-unmute {
	left:304px;
}
div.jp-video-270p div.jp-type-playlist a.jp-unmute,
div.jp-video-270p div.jp-type-playlist a.jp-mute {
	left:363px;
}
div.jp-video-360p div.jp-type-single a.jp-mute,
div.jp-video-360p div.jp-type-single a.jp-unmute {
	left:384px;
}
div.jp-video-360p div.jp-type-playlist a.jp-mute,
div.jp-video-360p div.jp-type-playlist a.jp-unmute {
	left:443px;
}
a.jp-mute {
	background: url("jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-mute:hover {
	background: url("jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
	background: url("jplayer.blue.monday.jpg") 0 -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:37px;
	left:302px;
}
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:37px;
	left:302px;
}
div.jp-video div.jp-volume-bar {
	top:32px;
}
div.jp-video-270p div.jp-type-single div.jp-volume-bar {
	left:332px;
}
div.jp-video-270p div.jp-type-playlist div.jp-volume-bar {
	left:391px;
}
div.jp-video-360p div.jp-type-single div.jp-volume-bar {
	left:412px;
}
div.jp-video-360p div.jp-type-playlist div.jp-volume-bar {
	left:471px;
}
div.jp-volume-bar-value {
	background: url("jplayer.blue.monday.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size: 10px;
	line-height: 7px;
}
div.jp-duration {
	text-align: right;
}
div.jp-audio div.jp-type-single div.jp-current-time, 
div.jp-audio div.jp-type-playlist div.jp-current-time{
	top:14px;
	left:0px;
	width:30px;
}
div.jp-audio div.jp-type-single div.jp-duration,
div.jp-audio div.jp-type-playlist div.jp-duration {
	top:14px;
	left:123px;
	width:30px;
}
div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
	top:36px;
	left:0px;
	width:100%;
	padding:0;
}
div.jp-playlist {
	width:100%;
}
div.jp-playlist ul {
	list-style-type: none;
	margin-top:0;
	padding:0;
	font-size:12px;
	margin-left: 0px;
	text-indent: -10px;
	margin-right: 5px;
}

div.jp-video div.jp-playlist ul {
	font-size: 10px;
}

div.jp-video div.jp-playlist {
	position: absolute;
	top: 20px;
	left: 0px;
	font-size: 10px;
    font-weight: bold;
}

div.jp-video div.jp-playlist ul {
	margin-right: 10px;
	text-indent: 0;
}

div.jp-type-single div.jp-playlist li {
	/*padding:5px 0 5px 20px;*/
	/*font-weight:bold;*/
}
div.jp-type-playlist div.jp-playlist li {
	padding:0px 0 0px 10px;
	text-indent: -10px;
	line-height: 15px;
	/*border-bottom:1px solid #eee;*/
}
/*
div.jp-video div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
	padding:0px 0 0px 10px;
	text-indent: -10px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	/*list-style-type:square;
	list-style-position:inside;*/
	/*padding-left:8px;*/
	color: #fff;
}
div.jp-type-playlist div.jp-playlist a {
	color: #0f0f0f;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#000;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#fff;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-video div.jp-video-play {
	/* position: relative; */
	position: absolute;
	cursor:pointer;
	z-index:2;
}
div.jp-video-270p div.jp-video-play {
	top:-270px;
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	top:-360px;
	width:640px;
	height:360px;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}
div.jp-video div.jp-jplayer {
	z-index:1;
}
div.jp-video-270p div.jp-jplayer {
	width:480px;
	height:270px;
}
div.jp-video-360p div.jp-jplayer {
	width:695px;
	height:472px;
}
div.jp-jplayer {
	background-color: #000000;
}
