﻿/*product-gn-audio*/

.jp-audio{width:617px;height:48px;margin:0 auto;position:relative;background:url(../imgs/product/audio_bg.png) no-repeat center 0;}

.jp-volume-controls{width:119px;position:absolute;right:0;top:0;}
.jp-mute{ border: none;cursor: pointer;display: block;height: 15px;width: 17px;position: absolute;text-indent: -9999px;overflow: hidden;background:url(../imgs/product/audio_volume.png) no-repeat 0 0;right:115px;top:15px;}
.jp-volume-bar {background: url(../imgs/product/audio_bar.jpg) repeat-x 0 0;cursor: pointer;height:8px;overflow: hidden;position: absolute;width:90px;top:18px;right:20px;border-radius:4px;}
.jp-volume-bar-value{background: url(../imgs/product/audio_bar_value.jpg) repeat-x 0 0;cursor: pointer;height:8px;width:100%;border-radius:4px;}

.jp-play{width:11px;height:13px;position:absolute;background:url(../imgs/product/audio_play.png) no-repeat 0 0;left:43px;top:16px;cursor:pointer;text-indent: -9999px;overflow: hidden;border: none;}
.jp-state-playing .jp-type-single  .jp-play{background-image:url(../imgs/product/audio_pause.png);}
.jp-stop{width:16px;height:16px;position:absolute;background:url(../imgs/product/audio_stop.jpg) no-repeat 0 0;left:23px;top:15px;cursor:pointer;text-indent: -9999px;overflow: hidden;border: none;}

.jp-progress{width:380px;position:absolute;left:0;top:0;}
.jp-seek-bar{background: url(../imgs/product/audio_bar.jpg) repeat-x 0 0;cursor: pointer;height:8px;overflow: hidden;position: absolute;width:380px;top:18px;left:76px;border-radius:4px;}
.jp-play-bar{width:100%;background: url(../imgs/product/audio_bar_value.jpg) repeat-x 0 0;cursor: pointer;height:8px;overflow: hidden;border-radius:4px;}

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#3a2a45;
	border-top:2px solid #554461;
	border-left:2px solid #554461;
	border-right:2px solid #180a1f;
	border-bottom:2px solid #180a1f;
	color:#FFF;
	display:none;
}

.jp-no-solution a {
	color:#FFF;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}
/* @end */