/* CSS Document */                    

#playPause,#sArea,#aTime,#aPlayed,#aTotal
{
	display:table-cell;
	vertical-align:middle;
}

#player,#aTm
{
	display:table;
	width:100%;
}

#playerCover
{
	width:auto;
	margin:0 auto;
	background-color:#e2e2e2;
	position: fixed;

	margin-top: 0;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 8px #adadad;
	border-radius: 4px;
}

#insTime
{
	position: absolute;
	top: -37px;
	padding: 5px 7px;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	border-radius: 4px;
	display:none;
}

#playPause
{
	width:18px;
}

#aTime
{
	width: 100px;
	font-size:14px;
}

#aPlayed
{
	border-right: 1px solid #af111c;
}

#playPause,#aTime
{
	text-align:center;
	color:#fff;
	padding:15px;
}

#sHover
{
	position: absolute;
	top:0px;
	left: 0px;
	height:48px;
	background-color: #fff;
	width: 0px;
	z-index: 3;
	opacity: 0.3;
}

#sArea,#seekBar
{
	position:relative;
}

#sArea
{
	height:48px;
}

#seekBar
{
	width: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	height:100%;
	padding: 15px 0px;
	left: 0px;
	color: #fff;
	z-index: 2;
	background-color: #ce2317;
}

#trackName
{
	padding-left: 15px;
	color: #9a0712;
	z-index: 1;
}

#playPause,#sArea
{
	cursor:pointer;
}

#seName
{
	padding-left:15px;
	white-space: pre;