

/* ============ Audio Player ============ */

div.jp-audio 
{
    background: url("../Images/bg_player_sound.png") 0 0 no-repeat;
    width:682px;
    height:72px;
	color: white;
    margin: 0px;
    padding-left:0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}
div.jp-interface ul.jp-controls 
{
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li 
{
	display:inline;
}
div.jp-interface ul.jp-controls a 
{
    float:left;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause 
{
    width:40px;
	height:40px;
	z-index:1;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause 
{
    margin-top:23px;
	margin-left:0px;
}
a.jp-play 
{
	background: url("../Images/play.png") 0 0 no-repeat;
    background-position:center;
}
a.jp-pause 
{
	background: url("../Images/pause.png") 0 0 no-repeat;
    background-position:center;
	display: none;

}
div.jp-progress 
{
    /*overflow:hidden;*/
}
div.jp-audio div.jp-type-single div.jp-progress 
{
    float:left;
    padding-top: 24px;
    margin-left:5px;
	width:480px;
	height:43px;
}
div.jp-seek-bar 
{
	width:0px;
	height:100%;
	cursor: pointer;
    padding-left:30px;
}
div.jp-play-bar 
{
	width:0px;
}
div.jp-play-bar img 
{
    float:right;
    width:30px;
    height:43px;
}
div.jp-current-time,
div.jp-duration, 
div.jp-decoration
{
    float:left;
    font-size: 12px;
    font-family: "MinionPro-Regular";
}
div.jp-duration 
{
	text-align: right;
}
div.jp-audio div.jp-type-single 
{
    margin-left:15px;
}
div.jp-current-time
{
    margin-left:45px;
    margin-top:35px;
}
div.jp-duration, 
div.jp-decoration
{
    margin-top:35px;
    margin-left:5px;
}
#jquery_jplayer 
{
	width:0px;
	height:0px;
}


