/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Omag
 *
 * Copyright (c) Ocholabs 
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Quentin Ravinet
 * Skin Version: 1.0 (jPlayer 2.1.0)
 * Date: 4th July 2012
 */

#myaudio {
	background: #ccc; /* Old browsers */
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 20%, #bbb 80%, #aaa 100%);
	background: -moz-linear-gradient(top, #eee 0%, #ccc 20%, #bbb 80%, #aaa 100%);
	background: -o-linear-gradient(top, #eee 0%, #ccc 20%, #bbb 80%, #aaa 100%);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 20%, #bbb 80%, #aaa 100%);
	background: linear-gradient(top, #eee 0%, #ccc 20%, #bbb 80%, #aaa 100%);
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
	max-width: 595px;

	-webkit-box-shadow: 3px 5px 4px #ccc;
	box-shadow: 3px 5px 4px #ccc;
}
body.dark #myaudio {
	-webkit-box-shadow: none;
	box-shadow: 0px 2px 6px #000;
}

#myaudio.dark {
	background: #333; /* Old browsers */
	background: -webkit-linear-gradient(top, #666 0%, #333 20%, #222 80%, #111 100%);
	background: -moz-linear-gradient(top, #666 0%, #333 20%, #222 80%, #111 100%);
	background: -o-linear-gradient(top, #666 0%, #333 20%, #222 80%, #111 100%);
	background: -ms-linear-gradient(top, #666 0%, #333 20%, #222 80%, #111 100%);
	background: linear-gradient(top, #666 0%, #333 20%, #222 80%, #111 100%);
}

#myaudio a.thumb{background-color: transparent; display: block; float: left; width: 256px; padding-bottom: 10px; margin-right: 45px;}
#myaudio a.thumb img {border: 1px solid #222; border-top: 1px solid #111;}
#myaudio div.jp-audio {float: left; width: 258px;}

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

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

	font-family:Verdana, Arial, sans-serif;
	color: #999;
	position:relative;
	padding: 0;
	font-size: 10px;
	padding-bottom: 10px;
}
div.jp-audio {
	
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
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-interface {
	position: relative;
	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	overflow: hidden;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:80px;
}

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

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

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

div.jp-audio ul.jp-controls {
}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	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;
}
a.jp-play, a.jp-pause, a.jp-stop, a.jp-previous, a.jp-next, a.jp-full-screen, a.jp-restore-screen, a.jp-repeat, a.jp-repeat-off, a.jp-shuffle, a.jp-shuffle-off {
	width:48px;
	height:35px;
	background-repeat: no-repeat;;
}


a.jp-play {background-position: -10px -10px;}
a.jp-play:hover {background-position: -64px -10px;}

a.jp-pause {background-position: -10px -48px;display: none;}
a.jp-pause:hover {background-position: -64px -48px;}

a.jp-stop {background-position: -10px -85px;}
a.jp-stop:hover {background-position: -64px -85px;}

a.jp-previous {background-position: -10px -122px;}
a.jp-previous:hover {background-position: -64px -122px;}

a.jp-next {background-position: -10px -159px;}
a.jp-next:hover {background-position: -64px -159px;}

a.jp-full-screen {background-position: -10px -339px;}
a.jp-full-screen:hover {background-position: -64px -339px;}
a.jp-restore-screen {background-position: -118px -339px;}
a.jp-restore-screen:hover {background-position: -171px -339px;}

a.jp-repeat {background-position: -10px -301px;}
a.jp-repeat:hover {background-position: -64px -301px;}
a.jp-repeat-off {background-position: -118px -301px;}
a.jp-repeat-off:hover {background-position: -171px -301px;}

a.jp-shuffle {background-position: -10px -264px;}
a.jp-shuffle:hover {background-position: -64px -264px;}
a.jp-shuffle-off {background-position: -118px -264px;}
a.jp-shuffle-off:hover {background-position: -171px -264px;}



/* @end */

/* @group progress bar */

div.jp-progress {

}
div.jp-audio div.jp-progress {
height: 14px;
background-position: 0 -460px;
background-repeat: repeat-x;
border-radius: 8px;
padding:5px 7px 0;
width: 135px;
float: left;
margin: 3px 12px 0;
}
div.jp-audio div.jp-type-single div.jp-progress {
	
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {

}
div.jp-seek-bar {
height: 10px;
background-position: 0 -490px;
background-repeat: repeat-x;
border-radius: 5px
}

div.jp-play-bar {
height: 10px;
background-position: 0 -513px;
background-repeat: repeat-x;
border-radius: 5px
}

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

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	display: block;
	float: left;
	width:25px;
	height:22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 5px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	
}

div.jp-audio a.jp-volume-max {
	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	
}


div.jp-video a.jp-volume-max {
	
}

a.jp-mute {background-position : -13px -196px;}
a.jp-mute:hover {background-position: -67px -196px;}

a.jp-unmute {background-position: -13px -240px; display: none;}
a.jp-unmute:hover {background-position: -67px -240px;}

a.jp-volume-max {background-position: -13px -215px;}
a.jp-volume-max:hover {background-position: -67px -215px;}


div.jp-volume-bar {
margin-top: 8px;
margin-right: 5px;
height: 15px;
width: 40px;
background-position: 0 -419px;
background-repeat: repeat-x;
border-radius: 10px;
padding: 0 4px;
}
div.jp-audio div.jp-volume-bar {
float: left;
}
div.jp-video div.jp-volume-bar {

}
div.jp-volume-bar-value {
background-position: 0 -442px;
background-repeat: repeat-x;
margin-top: 5px;
width:0px;
height:6px;
border-radius: 3px;
}

/* @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: 40px;
	font-style:oblique;
	margin-top: 2px;
}
#myaudio.light div.jp-current-time, #myaudio.light div.jp-duration {color: #333;}
div.jp-current-time {
	float: left;
	display:inline;
	margin-left: 4px;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */


div.jp-title,
div.jp-playlist {
	background: #ccc; /* Old browsers */
	background: -webkit-linear-gradient(top, #555 0%, #ccc 10%, #ddd 20%, #eee 90%, #fff 100%);
	background: -moz-linear-gradient(top, #555 0%, #ccc 10%, #ddd 20%, #eee 90%, #fff 100%);
	background: -o-linear-gradient(top, #555 0%, #ccc 10%, #ddd 20%, #eee 90%, #fff 100%);
	background: -ms-linear-gradient(top, #555 0%, #ccc 10%, #ddd 20%, #eee 90%, #fff 100%);
	background: linear-gradient(top, #555 0%, #ccc 10%, #ddd 20%, #eee 90%, #fff 100%);
	border: 1px solid #000;
	border-top: 1px solid #222;
	margin-bottom: 10px;
}
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; padding: 7px 5px 5px 10px; margin: 0;
}

div.jp-title li {color: #333 !important;line-height: 20px; margin-bottom: 0;}
div.jp-title li.artist{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%;
	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 {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("../images/jplayerskin/omag/jplayer-omag-video-play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("../images/jplayerskin/omag/jplayer-omag-video-play.png") 0 -100px no-repeat;
}





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

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


/* @end */

.jp-smallplayer {margin: 2px 0 10px; height: 30px; overflow: hidden;}
.jp-smallplayer a.jp-play, .jp-smallplayer a.jp-pause {width: 24px;height: 24px;}
.jp-smallplayer a.jp-play {background-position: -13px -543px}
.jp-smallplayer a.jp-play:hover {background-position: -70px -543px}
.jp-smallplayer a.jp-pause {background-position: -13px -572px}
.jp-smallplayer a.jp-pause:hover {background-position: -70px -572px}
.jp-smallplayer a.jp-mute, .jp-smallplayer a.jp-unmute{width: 24px;height: 24px; margin-top: 0; margin-left: 5px;}
.jp-smallplayer a.jp-mute {background-position: -13px -195px; margin-top: -1px;}
.jp-smallplayer a.jp-mute:hover {background-position: -67px -195px;}
.jp-smallplayer div.jp-volume-bar{margin-top: 6px; border-radius: 8px; height: 10px; background: #999;}
.jp-smallplayer div.jp-volume-bar-value {margin-top: 2px; height: 6px; border-radius: 2px;}
.jp-smallplayer div.jp-current-time, .jp-smallplayer div.jp-duration{display: block; float: left; width: 36px; margin-top: 0;}
.jp-smallplayer div.jp-audio div.jp-progress {background: #ccc; width: 100px; height: 10px; margin: 6px 0 0 0; padding: 0}



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


/* Audio Player Skins */
/* Green */
.jplayer-green a.jp-mute, .jplayer-green a.jp-unmute, .jplayer-green a.jp-play, .jplayer-green a.jp-pause, .jplayer-green a.jp-stop, .jplayer-green a.jp-previous, .jplayer-green a.jp-next, .jplayer-green a.jp-full-screen, .jplayer-green a.jp-restore-screen, .jplayer-green a.jp-repeat, .jplayer-green a.jp-repeat-off, .jplayer-green a.jp-shuffle, .jplayer-green a.jp-shuffle-off, .jplayer-green div.jp-volume-bar-value, .jplayer-green div.jp-volume-bar, .jplayer-green a.jp-volume-max, .jplayer-green div.jp-play-bar, .jplayer-green div.jp-seek-bar, .jplayer-green div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-green.png");}

/* Aqua */
.jplayer-aqua a.jp-mute, .jplayer-aqua a.jp-unmute, .jplayer-aqua a.jp-play, .jplayer-aqua a.jp-pause, .jplayer-aqua a.jp-stop, .jplayer-aqua a.jp-previous, .jplayer-aqua a.jp-next, .jplayer-aqua a.jp-full-screen, .jplayer-aqua a.jp-restore-screen, .jplayer-aqua a.jp-repeat, .jplayer-aqua a.jp-repeat-off, .jplayer-aqua a.jp-shuffle, .jplayer-aqua a.jp-shuffle-off, .jplayer-aqua div.jp-volume-bar-value, .jplayer-aqua div.jp-volume-bar, .jplayer-aqua a.jp-volume-max, .jplayer-aqua div.jp-play-bar, .jplayer-aqua div.jp-seek-bar, .jplayer-aqua div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-aqua.png");}

/* Blue */
.jplayer-blue a.jp-mute, .jplayer-blue a.jp-unmute, .jplayer-blue a.jp-play, .jplayer-blue a.jp-pause, .jplayer-blue a.jp-stop, .jplayer-blue a.jp-previous, .jplayer-blue a.jp-next, .jplayer-blue a.jp-full-screen, .jplayer-blue a.jp-restore-screen, .jplayer-blue a.jp-repeat, .jplayer-blue a.jp-repeat-off, .jplayer-blue a.jp-shuffle, .jplayer-blue a.jp-shuffle-off, .jplayer-blue div.jp-volume-bar-value, .jplayer-blue div.jp-volume-bar, .jplayer-blue a.jp-volume-max, .jplayer-blue div.jp-play-bar, .jplayer-blue div.jp-seek-bar, .jplayer-blue div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-blue.png");}

/* Brown */
.jplayer-brown a.jp-mute, .jplayer-brown a.jp-unmute, .jplayer-brown a.jp-play, .jplayer-brown a.jp-pause, .jplayer-brown a.jp-stop, .jplayer-brown a.jp-previous, .jplayer-brown a.jp-next, .jplayer-brown a.jp-full-screen, .jplayer-brown a.jp-restore-screen, .jplayer-brown a.jp-repeat, .jplayer-brown a.jp-repeat-off, .jplayer-brown a.jp-shuffle, .jplayer-brown a.jp-shuffle-off, .jplayer-brown div.jp-volume-bar-value, .jplayer-brown div.jp-volume-bar, .jplayer-brown a.jp-volume-max, .jplayer-brown div.jp-play-bar, .jplayer-brown div.jp-seek-bar, .jplayer-brown div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-brown.png");}

/* Grey */
.jplayer-grey a.jp-mute, .jplayer-grey a.jp-unmute, .jplayer-grey a.jp-play, .jplayer-grey a.jp-pause, .jplayer-grey a.jp-stop, .jplayer-grey a.jp-previous, .jplayer-grey a.jp-next, .jplayer-grey a.jp-full-screen, .jplayer-grey a.jp-restore-screen, .jplayer-grey a.jp-repeat, .jplayer-grey a.jp-repeat-off, .jplayer-grey a.jp-shuffle, .jplayer-grey a.jp-shuffle-off, .jplayer-grey div.jp-volume-bar-value, .jplayer-grey div.jp-volume-bar, .jplayer-grey a.jp-volume-max, .jplayer-grey div.jp-play-bar, .jplayer-grey div.jp-seek-bar, .jplayer-grey div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-grey.png");}

/* Orange */
.jplayer-orange a.jp-mute, .jplayer-orange a.jp-unmute, .jplayer-orange a.jp-play, .jplayer-orange a.jp-pause, .jplayer-orange a.jp-stop, .jplayer-orange a.jp-previous, .jplayer-orange a.jp-next, .jplayer-orange a.jp-full-screen, .jplayer-orange a.jp-restore-screen, .jplayer-orange a.jp-repeat, .jplayer-orange a.jp-repeat-off, .jplayer-orange a.jp-shuffle, .jplayer-orange a.jp-shuffle-off, .jplayer-orange div.jp-volume-bar-value, .jplayer-orange div.jp-volume-bar, .jplayer-orange a.jp-volume-max, .jplayer-orange div.jp-play-bar, .jplayer-orange div.jp-seek-bar, .jplayer-orange div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-orange.png");}

/* Pink */
.jplayer-pink a.jp-mute, .jplayer-pink a.jp-unmute, .jplayer-pink a.jp-play, .jplayer-pink a.jp-pause, .jplayer-pink a.jp-stop, .jplayer-pink a.jp-previous, .jplayer-pink a.jp-next, .jplayer-pink a.jp-full-screen, .jplayer-pink a.jp-restore-screen, .jplayer-pink a.jp-repeat, .jplayer-pink a.jp-repeat-off, .jplayer-pink a.jp-shuffle, .jplayer-pink a.jp-shuffle-off, .jplayer-pink div.jp-volume-bar-value, .jplayer-pink div.jp-volume-bar, .jplayer-pink a.jp-volume-max, .jplayer-pink div.jp-play-bar, .jplayer-pink div.jp-seek-bar, .jplayer-pink div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-pink.png");}

/* Purple */
.jplayer-purple a.jp-mute, .jplayer-purple a.jp-unmute, .jplayer-purple a.jp-play, .jplayer-purple a.jp-pause, .jplayer-purple a.jp-stop, .jplayer-purple a.jp-previous, .jplayer-purple a.jp-next, .jplayer-purple a.jp-full-screen, .jplayer-purple a.jp-restore-screen, .jplayer-purple a.jp-repeat, .jplayer-purple a.jp-repeat-off, .jplayer-purple a.jp-shuffle, .jplayer-purple a.jp-shuffle-off, .jplayer-purple div.jp-volume-bar-value, .jplayer-purple div.jp-volume-bar, .jplayer-purple a.jp-volume-max, .jplayer-purple div.jp-play-bar, .jplayer-purple div.jp-seek-bar, .jplayer-purple div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-purple.png");}

/* Red */
.jplayer-red a.jp-mute, .jplayer-red a.jp-unmute, .jplayer-red a.jp-play, .jplayer-red a.jp-pause, .jplayer-red a.jp-stop, .jplayer-red a.jp-previous, .jplayer-red a.jp-next, .jplayer-red a.jp-full-screen, .jplayer-red a.jp-restore-screen, .jplayer-red a.jp-repeat, .jplayer-red a.jp-repeat-off, .jplayer-red a.jp-shuffle, .jplayer-red a.jp-shuffle-off, .jplayer-red div.jp-volume-bar-value, .jplayer-red div.jp-volume-bar, .jplayer-red a.jp-volume-max, .jplayer-red div.jp-play-bar, .jplayer-red div.jp-seek-bar, .jplayer-red div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-red.png");}

/* Yellow */
.jplayer-yellow a.jp-mute, .jplayer-yellow a.jp-unmute, .jplayer-yellow a.jp-play, .jplayer-yellow a.jp-pause, .jplayer-yellow a.jp-stop, .jplayer-yellow a.jp-previous, .jplayer-yellow a.jp-next, .jplayer-yellow a.jp-full-screen, .jplayer-yellow a.jp-restore-screen, .jplayer-yellow a.jp-repeat, .jplayer-yellow a.jp-repeat-off, .jplayer-yellow a.jp-shuffle, .jplayer-yellow a.jp-shuffle-off, .jplayer-yellow div.jp-volume-bar-value, .jplayer-yellow div.jp-volume-bar, .jplayer-yellow a.jp-volume-max, .jplayer-yellow div.jp-play-bar, .jplayer-yellow div.jp-seek-bar, .jplayer-yellow div.jp-audio div.jp-progress {background-image: url("../images/jplayerskin/omag/jplayer-omag-yellow.png");}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
		.jp-smallplayer div.jp-audio div.jp-progress {width: 80px;}
		#myaudio a.thumb {width: 165px; margin-right: 15px;}
		.fullwidth #myaudio a.thumb {width: 256px; margin-right: 45px;}
		
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		.jp-smallplayer div.jp-current-time, .jp-smallplayer div.jp-duration {width: 30px;}
		.jp-smallplayer {width: 235px; float: left; margin-top: 0;}
		.jp-smallplayer div.jp-audio div.jp-progress {width: 130px;}
		.jp-smallplayer div.jp-audio {font-size: 8px;}
		.hentry.grid .jp-smallplayer {width: 195px;}
		.hentry.grid .jp-smallplayer div.jp-audio div.jp-progress {width: 80px;}
		#myaudio {max-width: 258px;}
	
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		.jp-smallplayer {width: 170px;}
		.jp-smallplayer div.jp-interface ul.jp-controls {margin-right: 4px;}
		.jp-smallplayer div.jp-audio div.jp-progress {width: 70px;}
		.hentry.grid .jp-smallplayer {width: 280px;}
		.hentry.grid .jp-smallplayer div.jp-audio div.jp-progress {width: 170px;}
	
	}
