/*   orginal player css */

/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 3.0 (jPlayer 2.0.0)
 * Date: 20th December 2010
 */

.jp-audio {
	width:445px;
	font-family: sans-serif;
}

.jp-audio li {
	list-style: none;
}

div.jp-interface {
	position: relative;
	width:460px;
	border:none;
	height:100px;
}

div.jp-interface .stopPlay
{
	background:url(../images/player_in_btn.png) left  no-repeat;height:100px; background-color:#eee;
	position: relative;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

html.no-border-radius div.jp-interface .stopPlay:before, html.no-border-radius div.jp-interface .stopPlay:after {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-image: url(../images/rounded-corners-fallback.png) !important;
	background-position: right top;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

html.no-border-radius div.jp-interface .stopPlay:after {
	background-position: right bottom;
	top: auto;
	bottom: 0;
}

/*div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
	border-bottom:none;
}
*/
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}
div.jp-interface ul.jp-controls {
	list-style: none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
}
div.jp-audio ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}

.big-player a.jp-play,
.big-player a.jp-pause {
	width:82px;
	height:82px;
}


/*div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:20px;
	left:40px;
}
*/
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause,
div.jp-audio div.jp-type-playlist .jp-loader {
	top:8px;
	left:8px;
}

.big-player a.jp-play {
	background: url("../images/btn_play.png") center bottom no-repeat; width:82px;height:82px; display:inline-block;
}
.big-player a.jp-play:hover {
	background: url("../images/btn_play.png") center bottom no-repeat; width:82px;height:82px; display:inline-block;
}
.big-player a.jp-pause {
	background: url("../images/btn_play.png") center top no-repeat; width:82px;height:82px; display:inline-block;
}
.big-player a.jp-pause:hover {
	background: url("../images/btn_play.png") center top no-repeat; width:82px;height:82px; display:inline-block;
}

/* Global Player styles */
.jp-audio a.jp-pause {
	display: none;
}

a.jp-play,
a.jp-pause {
	z-index:100;
}
li.jp-loader {
	display: none;
	z-index: 200;
}
.loading .jp-loader {
	display: block;
}

.big-player .jp-loader {
	background: url(../images/circle_bg.png) no-repeat;
	display: none !important;
	width: 82px;
	height: 82px;
	position: relative;
}
.big-player .jp-loader a {
	background: #fff url(../images/loader.gif) no-repeat;
	width: 53px;
	height: 53px;
	top: 14px;
	left: 14px;
}

.big-player.loading .jp-loader {
	display: block !important;
}


div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color:#fff;
	height:10px;
}
div.jp-progress>.before {background-position: -1px 0; z-index: 5;}
div.jp-progress>.after  {background-position: -11px 0; z-index: 5;}

div.jp-audio div.jp-type-playlist div.jp-progress  {
	top:25px;
	left:128px;
	width:280px; /* Note that changing this is not enough - This value is hardcoded in the player code, search for "_.progressWidth =" */
	height:10px;
}

div.jp-seek-bar {
	position: absolute;
	background-color: #96e6ed;
	width:0;
	height:100%;
	cursor: pointer;
}
div.jp-seek-bar>.before {background-position: -1px -13px; z-index: 10;}
div.jp-seek-bar>.after  {background-position: -11px -13px; z-index: 10;}

div.jp-play-bar {
	position: absolute;
	background-color :#68cfd8;
	width:0;
	height:100%;
	cursor: pointer;
}

.jp-progress, .jp-seek-bar, .jp-play-bar {
	/*background: url(../images/progress_bars.png) repeat-x;*/
}

.jp-progress>.before, .jp-progress>.after,
.jp-seek-bar>.before, .jp-seek-bar>.after,
.jp-play-bar>.before, .jp-play-bar>.after {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 20px;
	background: url(../images/progress_bars.png) no-repeat;
	clip: rect(0, 0, 20px, 0);
	cursor: pointer;
	pointer-events: none;
}

.jp-progress>.after,
.jp-seek-bar>.after,
.jp-play-bar>.after {
	left: auto;
	right: 0;
}

.jp-progress>.before, .jp-progress>.after {
	clip: auto;
}

div.jp-play-bar>.before {background-position: -1px -26px; z-index: 20;}
div.jp-play-bar>.after  {background-position: -11px -26px; z-index: 20;}

.messagesContainer {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 22px;
}

.messagesContainer .msg {
	position: absolute;
	direction: rtl;
	left: 168px;
	width: 220px;
	top: -17px;
	background: transparent;
	line-height: 16px;
	text-align: center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
	cursor: default;
	font-family: sans-serif;
	font-size: 12px;
}

.waitingforbookmark .waitingforbookmarkMsg {
	top: 0;
	background: #c8c8c8;
	-webkit-transition: all 1s cubic-bezier(0.6, 0, 0.4, 1.0);
	-moz-transition: all 1s cubic-bezier(0.6, 0, 0.4, 1.0);
	transition: all 1s cubic-bezier(0.6, 0, 0.4, 1.0);
}

.bookmarker {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10; /* should be higher than the progress bars' z-index */
	width: 2px;
	background: #CD1728;
	height: 100%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.waitingforbookmark .bookmarker {
	display: block;
	opacity: 1;
	z-index: 0;
	-webkit-transition: opacity 1s cubic-bezier(0.6, 0, 0.4, 1.0);
	-moz-transition: opacity 1s cubic-bezier(0.6, 0, 0.4, 1.0);
	transition: opacity 1s cubic-bezier(0.6, 0, 0.4, 1.0);
}

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:65px;
	left:100px;
}

a.jp-mute {
	background: url("../images/volume.png") 0 -54px no-repeat;
}
a.jp-mute:hover {
	background: url("../images/volume.png") 0 -28px no-repeat;
}
a.jp-unmute {
	background: url("../images/volume.png") 0 0 no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url("../images/volume.png") 0 -28px no-repeat;
}

a.jp-autoplay-off,
a.jp-autoplay-on {
	width:35px;
	height:30px;
	position: absolute;
	top: 60px;
	right: 100px;
}

a.jp-autoplay-off {
	background: url("../images/autoplay.png") 0 -69px no-repeat;
	display: none;
}
a.jp-autoplay-on {
	background: url("../images/autoplay.png") 0 -2px no-repeat;
}
.no-touch a.jp-autoplay-off:hover, .no-touch a.jp-autoplay-on:hover {
	background: url("../images/autoplay.png") 0 -35px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:visible;
	background:#fff; height:5px;
	width:99px;
	cursor: pointer;
}
/*div.jp-audio div.jp-type-single div.jp-volume-bar {
	top:50px;
	left:202px;
}
*/
div.jp-audio div.jp-type-playlist div.jp-volume-bar {
	top:70px;
	left:124px;
}
div.jp-volume-bar-value {
	background:#c9c9c9;
	width: 80%;
	height:5px;
	position: relative;
	overflow: visible;
}

div.jp-volume-handle {
	position: absolute;
	top: -2px;
	left: 74%;
	content: " ";
	background: url("../images/volume_handle.png") no-repeat;
	width: 13px;
	height: 10px;
	display: none;
}

.has-volumeDrag div.jp-volume-handle {
	display: block;
}

div.jp-speed-control {
	display: none;
	position: absolute;
	top: 58px;
	left: 240px;
}

div.jp-speed-control input {
	width: 80px !important;
	padding: 0 !important;
}

div.jp-speed-control .current-speed {
	position: relative;
	top: -24px;
	left: 91px;
	color: #777;
}

div.jp-speed-control .current-speed span {
	position: relative;
	top: -1px;
	font-size: 14px;
	color: #000;
}

div.jp-current-time,
div.jp-duration {
	position: absolute;
	font-size: 9px;
    direction:rtl;
    width:30px;
    top:24px;
}
div.jp-duration {
	text-align: left;
	left: 412px;
}
div.jp-current-time {
	text-align: right;
	right: 335px;
}
/*div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
	top:20px;
	left:10px;
	width:122px;
}
*/
div.jp-audio div.jp-type-playlist div.jp-current-time1,
div.jp-audio div.jp-type-playlist div.jp-duration1 {
	top:20px;
	left:135px;
	width:260px;
}

div.jp-playlist {
	width:450px;
	display:block;
	background-color:#f2f5f7;
	border:none;
	padding-bottom:10px;

}
div.jp-playlist ul {
	list-style: none;
	margin:0;
	padding:2px 20px 0;
	clear: both;

	/* background-color:#ccc; */
	/* border:1px solid #009be3; */
	/* border-top:none; */
	/* width:378px; */
	font-size:12px;
}


/*div.jp-type-single div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
*/
div.jp-type-playlist div.jp-playlist li
{
    background:#fff;
    margin-top:10px;
    list-style: none;
	/*border-bottom:1px solid #ccc;*/
}
/*
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 {
    background:#fff;
    margin-top:10px;
    list-style: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	/*list-style-type:square;
	list-style-position:inside;
	padding-left:8px;*/
}

div.jp-playlist li, div.jp-playlist a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 25px;
}
div.jp-type-playlist div.jp-playlist a {
	display:block;
	color: #a1a1a1;
	text-decoration: none;
	padding-right: 13px;
	background: url(../images/volume.png) no-repeat 381px -22px;
	padding-right:42px;
}

div.jp-playlist a .itemTitle {
	width: 300px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

div.jp-type-playlist div.jp-playlist a .dur {
	float: left;
	margin-left: 11px;
}


div.jp-type-playlist div.jp-playlist a:hover {
	color:#90dce2;
	/*background:url(../../images/volume.png) no-repeat right !important; background-position:380px -49px !important; */
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	background-color: #96e6ed;
	background-position: 381px 6px;
	color:#ffffff;
}
div.jp-type-playlist div.jp-playlist div.jp-free-media {
	display:inline;
	margin-left:20px;
}

div.jp-type-playlist .pagination {
	color: #6f7171;
	font-size: 14px;
	line-height: 22px;
	width: 400px;
	margin-top: -3px;
	float: left;
}

div.jp-type-playlist .pagination span {
	color: #c9c9c9;
	cursor: pointer;
	white-space: nowrap;
}

.pagination-title {
	font-size: 12px;
	margin-right: 10px;
	color: #1e1e1e;
	float: right;
	position: relative;
}

div.jp-type-playlist .pagination span.active {
	color: #2a2a2a;
}


div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}

.playerSep {position:absolute; top:48px; right:19px; width:330px; /*background:url(sep_hor_dot.gif) top repeat-x;*/ height:1px;}

.playerShare {
	position:absolute; top:60px; right:20px;
}
.playerShare a {
	margin-left: 7px;
}
.jp-type-playlist .list_tab {background:url(./freebook_files/list_tab.png) no-repeat;width:140px;height:40px; display:block;}
.jp-type-playlist .list_bg1
{
    background: #f2f5f7;
    display: block;
    height:20px;
    width:452px
}
.jp-type-playlist .list_bg1 .count {color:#000; padding-right:20px;}
.jp-type-playlist .list_bg1 .count a {color:#c9c9c9;}

/* Mini Player */
div.mini-player {
	position: relative;
	background: #eee;
	width: 220px;
	height: 40px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	
}

div.mini-player:before, div.mini-player:after {
	/* Not needed for modern browsers, they use border-radius */
	display: none;
}

html.no-border-radius div.mini-player:before, html.no-border-radius div.mini-player:after {
	display: block;
	content: "";
	background-repeat: no-repeat;
	background-image: url(../images/rounded-corners-fallback.png) !important;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

html.no-border-radius div.mini-player:after {
	left: auto;
	right: 0;
	background-position: -10px 0;
}

.mini-player a.jp-play, .mini-player a.jp-pause, .mini-player .jp-loader {
	background-image: url(../images/small_buttons.png) !important;
	background-position: 0 -2px;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	top: 13px;
	left: 3px;
}

.mini-player .jp-loader, .micro-player .jp-loader {
	background: url(../images/mini_circle_bg.png) no-repeat !important;
	position: absolute;
}

.mini-player .jp-loader a, .micro-player .jp-loader a {
	background: url(../images/mini_loader.gif) no-repeat;
	width: 9px;
	height: 9px;
	top: 3px;
	left: 3px;
}

/* loader shouldn't have [href] property */
.mini-player.loading ul.jp-controls a[href], .micro-player.loading ul.jp-controls a[href] {
	display: none;
}

.mini-player a.jp-pause {
	background-position: 0 -22px;
}

.mini-player a.jp-play:hover{
	background-position: 0 -42px;
}

.mini-player a.jp-pause:hover{
	background-position: 0 -62px;
}


.mini-player .jp-name {
	position: absolute;
	top: 10px;
	width: 200px;
	left:18px;
	background: #eee;
	z-index: 40;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	direction: rtl;
	color:Red;
}

.mini-player .jp-progress {
	position: relative;
}

.mini-player .jp-current-time, .mini-player .jp-duration {
	top: 11px;
	z-index: 10;
	line-height: 20px;
}

.mini-player .jp-current-time {
	left: 15px;
}

.mini-player .jp-duration {
	left: 190px;
}

.mini-player .jp-progress {
	background: #ffffff;
	width: 130px;
	height: 10px;
	top: 15px;
	left: 50px;
}

.mini-player .jp-seek-bar {
	background: #96e6ed;
}

.mini-player .jp-play-bar {
	background: #68cfd8;
}


/* Mini Player */
.micro-player {
	position: relative;
	display: inline-block; *display: inline; *zoom: 1;
	width: 61px;
	height: 17px;
	background: url(../images/small_buttons_bars.png) 0 -1px no-repeat;
	margin: 0;
}

.micro-player .jp-initial, .micro-player .jp-paused, .micro-player .jp-current-time {
	position: absolute;
	top: 1px;
	right: 7px;
	width: 34px;
	height: 15px;
	font-size: 12px;
	line-height: 16px;
	background: #eee;
	text-align: center;
}


.micro-player div {
	display: none !important;
}

.micro-player.playing .jp-current-time,
.micro-player.initial .jp-initial,
.micro-player.paused .jp-paused {
	display: block !important;
}

.micro-player ul.jp-controls a, .micro-player ul.jp-controls .jp-loader {
	top: 0;
	left: 0;
}

.micro-player ul.jp-controls .jp-loader {
	height: 15px;
	top: 1px;
}
.micro-player ul.jp-controls .jp-loader a {
	top: 3px;
	left: 3px;
}

.micro-player ul.jp-controls a, .micro-player .jp-loader {
	width: 61px;
	height: 17px;
}


.micro-player {
	background-position: 0 -1px;
}
.micro-player:hover {
	background-position: 0 -41px;
}
.micro-player.playing {
	background-position: 0 -21px;
}
.micro-player.playing:hover {
	background-position: 0 -61px;
}

.embedded-player div.jp-interface .stopPlay {
	background: url(../images/player_background.png) no-repeat;
}