/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.jplayer.org/
 *
 * Skin Name: Edge
 *
 * Copyright (c) 2010-2011 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: Emanuele Manco
 * Skin Version: 2.1 (jPlayer 2.1.0)
 * Date: 1st November 2011
 *
 * Modified from the Blue Monday Skin by Silvia Benvenuti
 */

div.jp-jplayer {
	overflow:hidden;
} 
 
div.jp-audio,
div.jp-video {

	/* 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: #666;
	/*border:1px solid #009be3;*/
	/*background-color:#eee;*/
	position:relative;
	background: url("spinner.gif") no-repeat scroll 50% 50% #000;
}

div.jp-gui {
	height:0;	
	}

div.jp-audio {
	/*width:420px;*/
}
	
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
	height:360px;
}

div.jp-video-528p {
	width:940px;
	height:528px;
}

div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

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

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

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

div.jp-video div.jp-interface {
	position: relative;
	width:100%;
	bottom:57px;
	overflow: hidden;
}

div.jp-video-full div.jp-interface {
	bottom:0;
	}

div.jp-audio .jp-full-screen {
	display:none;
	}
div.jp-audio div.jp-interface {
	height:38px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
/*	height:38px;*/
}

div.jp-video div.jp-interface {
	opacity:0;
	/*border-top:1px solid #009be3;*/
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	height: 36px;
	/*width:440px;*/
	margin:0 20px;
	position: relative;
	overflow:hidden;
	/*top:-8px;*/ /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
	background-color: rgba(0,0,0,0.7);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid rgba(255, 255, 255, .5);
	padding-left: 5px;
    padding-right: 5px;
}

div.jp-audio div.jp-controls-holder {
	/*margin:0;*/
	}

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

div.jp-audio ul.jp-controls {
	/*width: 380px;
	padding:20px 20px 0 20px;*/
}

div.jp-video ul.jp-controls {
	width: 78px;
	height:36px;
	/*margin-left: 200px;*/
}

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;
	float: left;
}

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

a.jp-play {
	background: url("jplayer.edge.png") -2px -2px no-repeat;
}
a.jp-play:hover {
	background: url("jplayer.edge.png") -43px -2px no-repeat;
	
}
a.jp-pause {
	background: url("jplayer.edge.png") -2px -44px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("jplayer.edge.png") -43px -44px no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("jplayer.edge.png") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
	background: url("jplayer.edge.png") -29px -83px no-repeat;
}

a.jp-previous {
	background: url("jplayer.edge.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
	background: url("jplayer.edge.png") -29px -112px no-repeat;
}

a.jp-next {
	background: url("jplayer.edge.png") 0 -141px no-repeat;
}
a.jp-next:hover {
	background: url("jplayer.edge.png") -29px -141px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	/*position: absolute;
	top:32px;
	height:15px;*/
}
div.jp-audio div.jp-progress {
	/*left:110px;
	width:186px;*/
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	/*left:166px;
	width:130px;*/
}
div.jp-video div.jp-progress, div.jp-audio div.jp-progress {
	/*border-radius: 6px 6px 6px 6px;
    left: 0;
    margin-left: 116px;
    margin-right: 208px;
    padding: 2px 6px 2px 2px;
    position: relative;
    top: -24px;
    width: auto !important;*/
	
	background-color: #000000;
    border: 2px solid #717273;
    border-radius: 5px 5px 5px 5px;
    height: 3px;
    left: 0;
    margin-left: 113px;
    margin-right: 208px;
    padding: 2px;
    position: relative;
    top: -24px;
    width: auto !important;
}

div.jp-audio div.jp-progress {
	margin-left: 116px;
    margin-right: 188px;
	}

div.jp-seek-bar {
	/*border-radius: 3px 3px 3px 3px;
	background: url("jplayer.edge.png") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
	padding: 2px;*/
	background-color: #444444;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    height: 100%;
    padding: 0;
}
div.jp-play-bar {
	background-color:#FFFFFF;
    border-radius: 3px 3px 3px 3px;
    height: 3px;
    top: 2px;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.edge.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:20px;
	height:15px;
	margin-top:12px;
	outline:none;
}

/*div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio a.jp-volume-max {
	color: #FFFFFF;
    font-family: Arial;
    font-style: normal;
    margin-left: 70px;
    position: relative;
    top: -41px;
}*/

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max,
div.jp-audio a.jp-mute,
div.jp-audio a.jp-unmute,
div.jp-audio a.jp-volume-max{
	/*position: absolute;*/
	top:12px;
	margin-top:1px;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-audio a.jp-mute,
div.jp-audio a.jp-unmute {
	left: 50px;
}


div.jp-video a.jp-volume-max,
div.jp-audio a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("jplayer.edge.png") no-repeat scroll -126px -170px transparent
}
a.jp-mute:hover {
	background: url("jplayer.edge.png") no-repeat scroll -151px -170px transparent
}
a.jp-unmute {
	background: url("jplayer.edge.png") no-repeat scroll -66px -170px transparent;
	display: none;
}
a.jp-unmute:hover {
	background: url("jplayer.edge.png") no-repeat scroll -92px -170px transparent;
}70

a.jp-volume-max {
	background: url("jplayer.edge.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	background: url("jplayer.edge.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	/*background: url("jplayer.edge.png") 0 -250px repeat-x;*/
	width:46px;
	height:4px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
/*	top:37px;
	left:330px;*/
}
div.jp-video div.jp-volume-bar, div.jp-audio div.jp-volume-bar  {
	background-color: #000000;
    border: 2px solid #717273;
    border-radius: 4px 4px 4px 4px;
    padding: 2px;
    right: 49px;
    top: 13px;
	height: 2px;
	width: 40px;
}

div.jp-audio div.jp-volume-bar {
	width: 50px;
	right: 16px;
	z-index:1;
	}

div.jp-volume-bar-value {
	/*background: url("jplayer.edge.png") repeat-x scroll 0 -256px transparent;*/
	background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
}

/* @end */

/* @group current time and duration */

/*div.jp-audio div.jp-time-holder {
	position:absolute;
	top:50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}*/

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time, div.jp-audio div.jp-current-time {
	color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica,Arial, "Lucida Grande", sans-serif;
    font-size: 10px;
    font-style: normal;
    margin-left: 70px;
    position: relative;
    top: -37px;
	width:45px;
}
div.jp-audio div.jp-current-time {
	/*margin-left: 55px;*/
	}

div.jp-video div.jp-duration, div.jp-audio div.jp-duration {
	color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 10px;
    font-style: normal;
    margin-right: 165px;
    position: relative;
    top: -37px;
	width:45px;
}

div.jp-audio div.jp-duration { 
	margin-right: 140px;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:bold;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	/*padding:0 20px;*/
	font-size:.72em;
}

div.jp-title li {
	padding:5px 0;
	font-weight:bold;
}
div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
/*
div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #333;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}*/

/* @end */

div.jp-video-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:1000;
}
a.jp-video-play-icon {
	outline:none;
	background: url("jplayer.edge.video.play.png") no-repeat scroll 17px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px 5px 5px 5px;
    display: none;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: relative;
    text-indent: -9999px;
    top: 50%;
    width: 70px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
}

a.jp-video-replay-icon {
	outline:none;
	background: url("jplayer.edge.video.replay.png") no-repeat scroll 13px 14px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: relative;
    text-indent: -9999px;
    top: 50%;
    width: 70px;
	
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
	}

div.jp-video-play:hover a.jp-video-play-icon {
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
	
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	background: url("jplayer.edge.video.play.png") no-repeat scroll 17px 15px rgba(0, 0, 0, 0.7);
    
	/*background: url("jplayer.edge.video.play.png") 0 -100px no-repeat;*/
}

div.jp-video-play:hover a.jp-video-replay-icon {
	-webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;  
    transition:all 0.2s ease-in;
	
	background: url("jplayer.edge.video.replay.png") no-repeat scroll 13px 14px rgba(0, 0, 0, 0.7);
    
	/*background: url("jplayer.edge.video.play.png") 0 -100px no-repeat;*/
}





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

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




/* @playlist  */

div.jp-playlist {
	float:left;
	position:relative;
	}	

div.jp-playlist li{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 5px 5px;
    clear: right;
    float: left;
    height: 70px;
    margin: 0 10px 2px 2px;
    padding: 3px;
    width: 310px;
	overflow: hidden;
	
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
	
div.jp-playlist li:hover{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

div.jp-playlist div.thumb {
    background-color: #000000;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 66px;
    margin: 2px;
    overflow: hidden;
    width: 115px;
	display:block;
	}
	
div.jp-playlist .thumb img {
	display: block;
    height: 70px;
    left: 50%;
    margin-left: -60px;
    margin-top: -35px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 120px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
	
div.jp-playlist .thumb img:hover {
	/*-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);-*/
	}
	
div.jp-playlist {
	font-size: 20px;
    height: 240px;
	width: 326px;
    left: 50%;
    margin: -132px 0 auto -165px;
    overflow: hidden;
    position: absolute;
    top: 50%;
	}
	
.jp-playlist ul{
    position: relative;
    width: 326px;
	display: inline;
	
	/*-moz-column-width: 326px;
    -webkit-column-width: 326px;
    column-width: 326px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;*/
}

.playlistNav {
	float: left;
    left: 50%;
    margin-left: -200px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
    width: 392px;
}

.playlistNav .previous{
	float: left;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    width: 30px;
	color: #FFF;
	background: url("prev.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
}

.playlistNav .next{
	float: right;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    width: 30px;
	color: #FFF;
	background: url("next.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
}
.jp-playlist a {
	outline:none;
	border:none;
}	
.jp-playlist a p {
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 2px;
    padding: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    width: 170px;
	font-family: "Helvetica",Arial,sans-serif;
	}
.jp-playlist a span {
	color: #CCCCCC;
    font-size: 9px;
    margin-left: 6px;
}

.jplaylist, .jp-playlist {
	display:none;
}

.jp-header {
    float: left;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	overflow:hidden;
}

.jp-toolbar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: 34px;
}

.jp-toolbar p{
	float:left;
	color: #FFFFFF;
    font-family: "Helvetica",Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    margin-left: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.jp-toolbar ul {
	display: block;
    float: right;
    padding: 7px;
	height: 20px;
    width: auto;
}

.jp-toolbar ul li {
	float:left;
	margin-left:5px;
}

.jp-toolbar ul li div {
	height: 20px;
    width: 20px;
	cursor: pointer;
	opacity: 0.7;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.jp-toolbar ul li div:hover {
	opacity: 1;
}

.jp-toolbar .playlistBtn {
	background: url("toolBtns.png") no-repeat scroll -24px 0 transparent;
}

.jp-toolbar .tweetBtn {
	background: url("toolBtns.png") no-repeat scroll -76px 0 transparent;
}

.jp-toolbar .likeBtn {
	background: url("toolBtns.png") no-repeat scroll -102px 0 transparent;
}


/* @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, div.jp-audio ul.jp-toggles {
	float: right;
    margin-right: 10px;
    margin-top: 9px;
    width: 114px;
}

div.jp-audio ul.jp-toggles { 
	position:absolute;
	top:0;
	right:0;
	width:95px;
}

ul.jp-toggles li {
	display:block;
	float:left;
	outline:none;
}

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 {
	outline:none;
	background: url("jplayer.edge.png") no-repeat scroll -107px -11px transparent;
	margin-left: 64px;
}

a.jp-full-screen:hover {
	background:url("jplayer.edge.png") no-repeat scroll -147px -11px transparent;
}

a.jp-restore-screen {
	outline:none;
	background:url("jplayer.edge.png") no-repeat scroll -147px -11px transparent;
	margin-left: 64px;
}

a.jp-restore-screen:hover {
	background: url("jplayer.edge.png") no-repeat scroll -107px -11px transparent;
}

a.jp-repeat {
	background: url("jplayer.edge.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	background: url("jplayer.edge.png") -30px -290px no-repeat;
}

a.jp-repeat-off {
	background: url("jplayer.edge.png") -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
	background: url("jplayer.edge.png") -90px -290px no-repeat;
}

a.jp-shuffle {
	background: url("jplayer.edge.png") 0 -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("jplayer.edge.png") -30px -270px no-repeat;
}

a.jp-shuffle-off {
	background: url("jplayer.edge.png") -60px -270px no-repeat;
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("jplayer.edge.png") -90px -270px no-repeat;
}


div.jp-video .compact .jp-interface {
	bottom:36px;
	height:36px;
	overflow:hidden;
}

div.compact div.jp-interface ul.jp-controls {
  margin-left:2px;
}

div.jp-video .compact .jp-controls-holder {
	border-bottom: medium none;
    border-left: medium none;
    border-radius: 0 0 0 0;
    border-right: medium none;
    margin: 0;
	padding: 0;
	height: 35px;
}

div.jp-video .compact div.jp-progress, div.jp-audio .compact div.jp-progress {
	margin-left: 85px;
    margin-right: 177px;
	top: -23px;
}

div.jp-video .compact div.jp-current-time, div.jp-audio .compact div.jp-current-time {
	margin-left: 44px;
	top: -36px;
}

div.jp-video .compact div.jp-duration, div.jp-audio .comptact div.jp-duration {
	margin-right:134px;
	top: -36px;
}

div.jp-video .compact ul.jp-toggles, div.jp-audio .compact ul.jp-toggles {
	margin-top: 8px;
}

div.jp-video .compact div.jp-volume-bar, div.jp-audio .compact div.jp-volume-bar {
	right: 48px;
    top: 12px;
}

div.jp-video-full .compact div.jp-interface {
	bottom: 0;
}

div.jplaylist .compact{
	margin-top:-120px;
}

	
/* @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;
}

.jp_poster {
	margin-bottom:-64px;
	}
	
@-moz-document url-prefix() {
	div.jp-video div.jp-current-time, div.jp-audio div.jp-current-time, div.jp-video div.jp-duration, div.jp-audio div.jp-duration {
		top:-38px;
		}
		
	div.jp-video .compact div.jp-current-time, div.jp-audio .compact div.jp-current-time, div.jp-video .compact div.jp-duration, div.jp-audio .compact div.jp-duration {
		top:-37px;
		}
	}	

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/*div.jp-video .jp-controls-holder { display:none; }*/
	div.jp-video div.jp-current-time, div.jp-audio div.jp-current-time, div.jp-video div.jp-duration, div.jp-audio div.jp-duration {
		top:-38px;
	}
	div.jp-video ul.jp-toggles {
		width:auto !important;
		}
	div.jp-video div.jp-duration{
		margin-right:75px !important;
		}
	div.jp-interface div.jp-progress {
		margin-right:120px !important;
		 }
		 
	div.jp-video .compact div.jp-progress, div.jp-audio .compact div.jp-progress {
		margin-right:95px !important;
		 }
	
	div.jp-audio div.jp-interface div.jp-progress {
		margin-right:86px !important;
		 } 
		 
	div.jp-audio div.jp-duration {
   		 margin-right: 41px !important;
	}
	
	div.jp-video .compact div.jp-duration, div.jp-audio .comptact div.jp-duration {
   		 margin-right: 50px !important;
	}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	div.jp-video .jp-controls-holder, .jp-toolbar, .jplaylist { display:none; }
	
	.jp-toolbar {
		/*width:0;
		height:0;
		opacity:0;*/
	}
	
	div.jp-interface div.jp-progress {
		margin-right:85px !important;
		 }
		 
	div.jp-interface div.jp-duration {
   		 margin-right: 41px;
	}
	
	div.jp-video .compact div.jp-duration, div.jp-audio .comptact div.jp-duration {
   		 margin-right: 16px !important;
	}
	
	div.jp-video .compact div.jp-progress, div.jp-audio .compact div.jp-progress {
		margin-right:60px !important;
		 }
}

/* @end */
