#jpId p	/* Error Message */
{
	background:			#fff;
	position:			fixed;
	top:				0px;
	left:				0px;
	font-weight:		bold;
	padding:			20px;
	width:				200px;
	color:				red;
	z-index:			32767;
}

.prelistening
{
 	display:			block;
	position:			relative;
	cursor:				pointer;
 	text-decoration:	none;
	box-shadow:         1px 1px 2px #666;
	-moz-box-shadow:    1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
}

.prelistening.track-prelistening {
	box-shadow:         1px 1px 2px #888;
	-moz-box-shadow:    1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
}

.prelistening:hover
{
 	text-decoration:	none;
}

.prelistening .progress-bar 
{
/* 	position:		relative; */
	border:			1px solid #ccc;
	background:		#eee;
	width:			69px;
	height:			2px;
	padding:		2px;
/* 	margin-bottom:	10px; */
	font-size:		1px;
}

.prelistening .inner-bar-container
{
	position:		absolute;
	width:			69px;
	height:			2px;
}

.prelistening .load-bar 
{
	position:		relative;
	background:		#ccc;
	height:			100%;
	width:			0%;
/* 	width:			50%; */
}

.prelistening .play-bar 
{
	position:		relative;
	background:		#666;
	height:			100%;
	width:			0%;
/* 	width:			25%; */
}

.prelistening .play-nubsi
{
	display:		none;
	width:			1px;
	height:			4px;
	position:		absolute;
	top:			-1px;
	right:			-1px;
	background:		#333;
}

.prelistening .play-time
{
	position:		absolute;
	left:			80px;
	top:			-5px;
	display:		inline;
	font-size:		11px;
}
