/*
* Skin for jPlayer Plugin (jQuery JavaScript Library)
* http://www.jplayer.org
*
* Skin Name: Blue / Dark
*
* Copyright (c) 2010 Happyworm Ltd & Per Sandström
* Dual licensed under the MIT and GPL licenses.
* - http://www.opensource.org/licenses/mit-license.php
* - http://www.gnu.org/copyleft/gpl.html
*
* Author: Per Sandström – http://www.helloper.com
* Skin Version: 1.0 (jPlayer 2.0.0)
* Date: 20th March 2011
*/

div.jp-audio,
div.jp-video {
/* Edit the font-size to counteract inherited font sizing.
* Eg. 1.25em = 1 / 0.8em
*/
color: #CCC;
font-size: 1em; /* No parent CSS that can effect the size in these demos */
font-family: 'Helvetica Neue', sans-serif;
line-height: 1.6;
-ms-text-size-adjust:none;
-webkit-text-size-adjust:none;
}

div.jp-audio {
width: auto;
}

div.jp-video-270p {
width: 480px;
}

div.jp-video-360p {
width: 640px;
}

div.jp-interface {
position: relative;
width: 100%;
min-height:130px;
}

.jp_int_bg{
	background: #444;
	background: -moz-linear-gradient(top, #444, #111);
	background: -o-linear-gradient(top, #444, #111);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#111111)";
	border: 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	
}

div.jp-audio div.jp-type-single div.jp-interface {
border-bottom: none;
height: auto;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
height: 80px;
}

div.jp-video div.jp-type-single div.jp-interface {
border-bottom: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
height: 60px;
}

div.jp-video div.jp-type-playlist div.jp-interface {
  -moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
height:60px;
}

div.jp-interface ul.jp-controls {
list-style-type: none;
margin: 0;
padding: 0;
}

div.jp-interface ul.jp-controls li {
display: inline;
}

div.jp-interface ul.jp-controls a {
overflow: hidden;
position: absolute;
text-indent:-9999px;
}

a.jp-play,
a.jp-pause {
height: 40px;
width: 40px;
z-index: 1;
}

div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
left: 12px;
top: 20px;
}

div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
left: 28px;
top: 20px;
}

div.jp-video a.jp-play,
div.jp-video a.jp-pause {
top: 15px;
}

div.jp-video-270p div.jp-type-single a.jp-play,
div.jp-video-270p div.jp-type-single a.jp-pause {
left: 175px;
}

div.jp-video-270p div.jp-type-playlist a.jp-play,
div.jp-video-270p div.jp-type-playlist a.jp-pause {
left: 180px;
}

div.jp-video-360p div.jp-type-single a.jp-play,
div.jp-video-360p div.jp-type-single a.jp-pause {
left: 255px;
}

div.jp-video-360p div.jp-type-playlist a.jp-play,
div.jp-video-360p div.jp-type-playlist a.jp-pause {
left: 180px;
}

a.jp-play {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 0 no-repeat;
}

a.jp-play:hover {
background: url(/themes/jplayer_dark/jplayer.dark.png) -41px 0 no-repeat;
}

a.jp-pause {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -42px no-repeat;
display: none;
}

a.jp-pause:hover {
background: url(/themes/jplayer_dark/jplayer.dark.png) -41px -42px no-repeat;
}

div.jp-audio div.jp-type-single a.jp-stop {
left: 85px;
top: 26px;
}

div.jp-audio div.jp-type-playlist a.jp-stop {
left: 105px;
top: 26px;
}

div.jp-video a.jp-stop {
top: 21px;
}

div.jp-video-270p div.jp-type-single a.jp-stop {
left: 225px;
}

div.jp-video-270p div.jp-type-playlist a.jp-stop {
left: 258px;
}

div.jp-video-360p div.jp-type-single a.jp-stop {
left: 305px;
}

div.jp-video-360p div.jp-type-playlist a.jp-stop {
left: 308px;
}

a.jp-stop {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -83px no-repeat;
height: 28px;
width: 28px;
z-index: 1;
}

a.jp-stop:hover {
background: url(/themes/jplayer_dark/jplayer.dark.png) -29px -83px no-repeat;
}

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: 152px;
}

div.jp-video-360p div.jp-type-playlist a.jp-previous {
left: 272px;
}

a.jp-previous {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -112px no-repeat;
height: 28px;
width: 28px;
}

a.jp-previous:hover {
background: url(/themes/jplayer_dark/jplayer.dark.png) -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: 240px;
}

div.jp-video-360p div.jp-type-playlist a.jp-next {
left: 340px;
}

a.jp-next, div.jp-next {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -141px no-repeat;
height: 28px;
width: 28px;
}

a.jp-next:hover, div.jp-next:hover {
background: url(/themes/jplayer_dark/jplayer.dark.png) -29px -141px no-repeat;
}
div.jp-next{
	cursor:pointer;
	top:26px;
	left:85px;
	position:absolute;
}

div.jp-progress {
overflow: hidden;
position: absolute;
}

div.jp-audio div.jp-type-single div.jp-progress {
height: 15px;
left: 125px;
top: 32px;
width: 132px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
  background: url(/themes/jplayer_dark/jplayer.dark.png) repeat-x scroll 0 -202px transparent;
height: 15px;
left: 164px;
top: 32px;
width: 142px;
}

div.jp-video div.jp-progress {
left:0px;
height: 10px;
top:0px;
width: 100%;
}

div.jp-seek-bar {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -202px repeat-x;
cursor: pointer;
height:100%;
width:0px;
}

div.jp-video div.jp-seek-bar {
  background-position: 0 -204px;
}

div.jp-play-bar {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -218px repeat-x;
height: 100%;
width: 0px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
background: url(/themes/jplayer_dark/jplayer.dark.pbar-ani.gif);
}

a.jp-mute,
a.jp-unmute {
height: 15px;
width: 18px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
left: 254px;
top: 32px;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
left: 296px;
top: 32px;
}

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: 357px;
}

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(/themes/jplayer_dark/jplayer.dark.png) 0 -186px no-repeat;
}

a.jp-mute:hover {
background: url(/themes/jplayer_dark/jplayer.dark.png) -19px -170px no-repeat;
}

a.jp-unmute {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -170px no-repeat;
display: none;
}

a.jp-unmute:hover {
background: url(/themes/jplayer_dark/jplayer.dark.png) -19px -186px no-repeat;
}

div.jp-volume-bar {
background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -250px repeat-x;
cursor: pointer;
height: 5px;
overflow: hidden;
position: absolute;
width: 132px;
}

div.jp-audio div.jp-type-single div.jp-volume-bar {
left: 125px;
top: 25px;
}

div.jp-audio div.jp-type-playlist div.jp-volume-bar {
left: 324px;
top: 37px;
}

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: 385px;
}

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(/themes/jplayer_dark/jplayer.dark.png) 0 -256px repeat-x;
height: 5px;
width: 0px;
}

div.jp-current-time,
div.jp-duration {
font-size: .64em;
position: absolute;
text-shadow: 0 1px 1px #444;
text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

div.jp-duration {
text-align: right;
}

div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration {
left: 130px;
top: 49px;
width: 122px;
}

div.jp-audio div.jp-type-playlist div.jp-current-time,
div.jp-audio div.jp-type-playlist div.jp-duration {
left: 164px;
top: 49px;
width: 122px;
}

div.jp-video div.jp-current-time,
div.jp-video div.jp-duration {
left: 0px;
padding: 0 1%;
top: 10px;
width: 98%;
}

div.jp-playlist {
background: #222;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
width:100%;
}

div.jp-playlist ul {
font-size: .72em;
list-style-type: none;
margin: 0;
padding: 0;
}

div.jp-type-single div.jp-playlist li {
  background: #FFF;
  background: -moz-linear-gradient(top, #FFF, #EEE);
background: -o-linear-gradient(top, #FFF, #EEE);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EEEEEE)";
padding:5px 0 5px 10px;
font-weight:bold;
text-shadow: 0 1px 1px #333;
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

div.jp-type-playlist div.jp-playlist li {
  background: #444;
  background: -moz-linear-gradient(top, #444, #333);
background: -o-linear-gradient(top, #444, #333);
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#333333)";
padding:5px 0 4px 10px;
text-shadow: 0 1px 1px #333;
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

div.jp-type-playlist div.jp-playlist li:nth-child(even),
div.jp-type-single div.jp-playlist li:nth-child(even) {
  border: 1px solid #333;
  border-left: 0;
  border-right: 0;
}

div.jp-type-playlist div.jp-playlist li:last-child,
div.jp-type-single div.jp-playlist li:last-child {
  border-bottom: 0;
  -moz-border-radius: 0 0 6px 6px;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
border-bottom: none;
padding: 5px 0 5px 10px;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  font-weight: bold;
list-style: none;
}

div.jp-type-playlist div.jp-playlist a {
color: #BBB;
text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
color: #FFF;
}

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 {
background: transparent url(/themes/jplayer_dark/jplayer.dark.video.play.png) no-repeat center;
cursor: pointer;
position: absolute;
z-index: 2;
}

div.jp-video div.jp-video-play:hover {
background: transparent url(/themes/jplayer_dark/jplayer.dark.video.play.hover.png) no-repeat center;
}

div.jp-video-270p div.jp-video-play {
height: 270px;
top: -270px;
width: 480px;
}

div.jp-video-360p div.jp-video-play {
height: 360px;
top: -360px;
width: 640px;
}

div.jp-jplayer {
height: 0px;
width: 0px;
}

div.jp-video div.jp-jplayer {
z-index: 1;
}

div.jp-video-270p div.jp-jplayer {
height: 270px;
width: 480px;
}

div.jp-video-360p div.jp-jplayer {
height: 360px;
width: 640px;
}

div.jp-jplayer {
background-color: #000;
}
/*
.bg_white{
	color:black;
	background-color:white;
}*/
.jp-thumbs-radio{
	top:0px;
	left:260px;
	position:absolute;
	cursor:pointer;
	background: transparent url(/themes/jplayer_dark/tur.png) no-repeat center;
	height:32px;
	width:32px;
}

.jp-thumbs-radio-white, div.jp-thumbs-radio:hover{
	background: transparent url(/themes/jplayer_dark/tug.png) no-repeat center !important;
}
div.jp-popup{
	background: transparent url(/images/nw.png) no-repeat center;
	position:absolute;
	height:22px;
	width:22px;
	cursor:pointer;
	top:98px;
	left:269px;
}
div.jp-prev{
	background: url(/themes/jplayer_dark/jplayer.dark.png) 0 -112px no-repeat;
	height: 28px;
	width: 28px;
	cursor:pointer;
	position:absolute;
	left:55px;
	top:26px;
}
div.jp-fav-cnt{
	height: 28px;
	width: 28px;
	position:absolute;
	left:234px;
	top:81px;
	text-align:right;
}
div.jp-fav-img{
	background: url("/themes/jplayer_dark/tur.png") no-repeat scroll center center transparent;
	height: 28px;
	width: 28px;
	position:absolute;
	left:265px;
	top:78px;
	cursor:pointer;
}
div.jp-fav-img-white, div.jp-fav-img:hover{
	background: transparent url(/themes/jplayer_dark/tug.png) no-repeat center !important;
}
div.jp-rate-div{
	background: url(/images/d/star_48.png) no-repeat center;
	height: 48px;
	width: 43px;
	position:absolute;
	left:299px;
	top:66px;
	text-align:center;
	font-size:16px;
	color:black;
	font-weight:bold;
}
div.jp-prev:hover {
	background: url(/themes/jplayer_dark/jplayer.dark.png) -29px -112px no-repeat;
}
div.jp-title{
	width:205px;
}
div.jps-fav-img{
	background: url("/images/d/thumbs_gray.png") no-repeat scroll center center transparent;
	height: 32px;
	width: 32px;
	position:absolute;
	left:505px;
	top:26px;
	cursor:pointer;
}
div.jps-fav-img-white, div.jps-fav-img:hover{
	background: transparent url(/images/d/thumbs.png) no-repeat center !important;
}
div.jps-rate-div{
	background: url("/images/icons/giga-star.png") no-repeat center;
	height: 66px;
	width: 59px;
	position:absolute;
	left:546px;
	top:7px;
	text-align:center;
	font-size:16px;
	color:black;
	font-weight:bold;
}
div.jps-pop-div{
	background: url("/images/nw.png") no-repeat center;
	height: 24px;
	width: 24px;
	position:absolute;
	left:424px;
	top:28px;
	cursor:pointer;
}
div.jps-fav-cnt{
	height: 28px;
	width: 28px;
	position:absolute;
	left:469px;
	top:31px;
	text-align:right;
}