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

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	font-family:Arial, sans-serif;
	line-height:1.6;
	

	color: white;
	
	

	border-radius: 20px;

	background-color: #5A5A5A;


}
div.jp-audio {
	width: 280px;
}
div.jp-audio-stream {
	width:182px;
}
div.jp-interface {
	position: relative;
	background-color: #5A5A5A;
	width:100%;
	border-radius: 20px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height:80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height: 100px;
}
div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:80px;
}

/* @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;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 280px;
	padding: 19px 0 0 15px;
	margin-bottom: 1px;
}

div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding:20px 20px 0 20px;
}
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 {
	width: 38px;
	height: 40px;
}

a.jp-play {
	background: url("../images/botoes_player.png") -47px -5px no-repeat;
}
a.jp-play:hover {
	background: url("../images/botoes_player.png") -47px -50px no-repeat;
}
a.jp-pause {
	background: url("../images/botoes_player.png") -47px -95px no-repeat;
	display: none;
}

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

a.jp-stop {
	background: url("../images/botoes_player.png") -137px -9px no-repeat;
	margin-left:10px;
}
a.jp-stop:hover{
	background: url("../images/botoes_player.png") -137px -53px no-repeat;
}


a.jp-previous {
	background: url("../images/botoes_player.png") -5px -9px no-repeat;
}
a.jp-previous:hover{
	background: url("../images/botoes_player.png") -5px -53px no-repeat;
}

a.jp-next {
	background: url("../images/botoes_player.png") -95px -9px no-repeat;
}
a.jp-next:hover {
	background: url("../images/botoes_player.png") -95px -53px no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	background-color: #969696;
	overflow: visible;
	border-radius: 20px;
}
div.jp-audio div.jp-progress {
	height: 8px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	margin-top: 14px;
	width: 178px;        
	z-index: 2;
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	top: 0;
	left: 48px;
}

/* The seeking class is added/removed inside jPlayer */

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width: 18px;
	height: 12px;
	margin-top: 17px;
}

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: 22px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 45px;	
}

a.jp-mute {
	background: url("../images/botoes_player.png") -107px -109px no-repeat;
}
a.jp-unmute {
	background: url("../images/botoes_player.png") -107px -109px no-repeat;
	display: none;
}
a.jp-volume-max {
	background: url("../images/botoes_player.png") -148px -109px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	width: 48px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top: 40px;
	left: 194px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-volume-line{
	position: absolute;
	top: 1px;
	z-index: 1;
	height: 1px;
	width: 48px;
	background-color:#969696;
}
div.jp-volume-bar-value {
	background: #ac0a19; /* Old browsers */
	background: linear-gradient(to bottom, #ac0a19 0%,#da2538 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0a19', endColorstr='#da2538',GradientType=0 ); /* IE6-9 */
	position: absolute;
	top: 0px;
	border-radius: 4px;
	width:0px;
	height: 3px;
	z-index: 2;
}
div.jp-play-bar {
	position: relative;   
	overflow: visible !important;
	width:0px;
	height:100%;
	border-radius: 4px;
	background: linear-gradient(to bottom, #ac0a19 0%,#da2538 100%);
	_background: #ac0a19; 
}
div.jp-seek-bar {
	width:0px;
	height:100%;
	cursor: pointer;
}

.jp-seek-bar, .jp-progress {
 overflow: visible;   
}
.jp-play-bar-knob {
	position: absolute;
	margin-top: -2px;
	z-index: 50;
	display: block;   
 	width:13px;
	height:13px;
	right: -5px;
	background: url("../images/botoes_player.png") -15px -109px no-repeat;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
}
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: 26px;
	font-size: 10px;
}
div.jp-current-time {
	float: left;
	display:inline;
	margin-top: 10px;
	margin-left: 17px;
	float: none;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0px;
}
div.jp-duration {
	float: right;
	display:inline;
	margin-top: -12px;
	text-align: right;
	margin-right: 18px;
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-top: 10px;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 0;
}

div.jp-bottom-container{
    position: relative;
	
}


/* @end */

/* @group playlist */

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

div.jp-title,
div.jp-playlist {
	width:100%;
	background-color: #5A5A5A;
	border-top: 1px solid white;
	border-radius: 0 0 20px 20px;
	overflow: auto;
}
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 {
	border-bottom: 1px solid #6C6C6C;
	margin-top: 10px;
}

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 {
	margin-bottom: 25px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type: none;
}
div.jp-type-playlist div.jp-playlist a {
	color: #969696;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color: white;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color: white;
}

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-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

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





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


ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	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 */
