@charset "UTF-8";

div.jp-playlist-player
{
	font-size:1.25em;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6em;
	color:#333333;
	width:385px;
	padding:20px;
	/*background:url(../images/low_pattern_wt.jpg) 0 0 repeat;*/
	background-color:#f0f0f0;
}
div.jp-playlist-player li, div.jp-playlist-player p
{
	color:#333333;
}
div.jp-interface
{
	position:relative;
	width:385px;
	height:117px;
}
div.jp-interface ul.jp-controls
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.jp-interface ul.jp-controls li
{
	position:absolute;
}
div.jp-interface ul.jp-controls a
{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play, a.jp-pause
{
	top:14px;
	left:129px;
	width:52px;
	height:52px;
}
a.jp-play
{
	background:url(../images/low_player_parts.gif) 0 0 no-repeat;
}
a.jp-play:hover
{
	background:url(../images/low_player_parts.gif) -57px 0 no-repeat;
}
a.jp-pause
{
	background:url(../images/low_player_parts.gif) -114px 0 no-repeat;
}
a.jp-pause:hover
{
	background:url(../images/low_player_parts.gif) -171px 0 no-repeat;
}
a.jp-stop
{
	top:24px;
	left:219px;
	width:32px;
	height:32px;
	background:url(../images/low_player_parts.gif) 0 -131px no-repeat;
}
a.jp-stop:hover
{
	background:url(../images/low_player_parts.gif) -37px -131px no-repeat;
}
a.jp-previous
{
	top:24px;
	left:94px;
	width:32px;
	height:32px;
	background:url(../images/low_player_parts.gif) 0 -57px no-repeat;
}
a.jp-previous:hover
{
	background:url(../images/low_player_parts.gif) -37px -57px no-repeat;
}
a.jp-next
{
	top:24px;
	left:184px;
	width:32px;
	height:32px;
	background:url(../images/low_player_parts.gif) 0 -94px no-repeat;
}
a.jp-next:hover
{
	background:url(../images/low_player_parts.gif) -37px -94px no-repeat;
}
div.jp-progress
{
	position:absolute;
	top:110px;
	left:0px;
	overflow:hidden;
	background-color:#cccccc;
	width:385px;
	height:7px;
}
div.jp-load-bar
{
	background:url(../images/low_player_parts.gif) 0 -208px repeat-x;
	width:0px;
	height:7px;
	cursor:pointer;
}
div.jp-play-bar
{
	background:url(../images/low_player_parts.gif) 0 -228px repeat-x;
	width:0px;
	height:7px;
}
a.jp-volume-min
{
	top:33px;
	left:266px;
	background:url(../images/low_player_parts.gif) 0 -188px no-repeat;
	width:12px;
	height:15px;
}
a.jp-volume-min:hover
{
	background:url(../images/low_player_parts.gif) -17px -188px no-repeat;
}
a.jp-volume-max
{
	top:33px;
	left:367px;
	background:url(../images/low_player_parts.gif) 0 -168px no-repeat;
	width:18px;
	height:15px;
}
a.jp-volume-max:hover
{
	background:url(../images/low_player_parts.gif) -23px -168px no-repeat;
}
div.jp-volume-bar
{
	position:absolute;
	overflow:hidden;
	top:38px;
	left:285px;
	background:url(../images/low_player_parts.gif) 0 -248px repeat-x;
	width:75px;
	height:4px;
	cursor:pointer;
}
div.jp-volume-bar-value
{
	background:url(../images/low_player_parts.gif) 0 -208px repeat-x;
	width:0px;
	height:4px;
}
div.jp-play-time, div.jp-total-time
{
	position:absolute;
	top:95px;
	left:0px;
	width:385px;
	font-size:11px;
	line-height:1em;
	color:#cccccc;
}
div.jp-total-time
{
	text-align:right;
}
img#jplayer_jacket
{
	width:80px;
	display:block;
}

/*playlist///////////////////////*/
div.jp-playlist
{
	width:385px;
}
div.jp-playlist ul
{
	list-style-type:none;
	width:385px;
	font-size:.72em;
}
div.jp-playlist-player div.jp-playlist li
{
	padding:5px 20px;
	border-bottom:1px solid #dbc2f1;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last
{
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current
{
	list-style-type:disc;
	list-style-position:inside;
	padding-left:8px;
	color:#8e3fdc;
}
div.jp-playlist-player div.jp-playlist a
{
	color:#333333;
	text-decoration:none;
}
div.jp-playlist-player div.jp-playlist a:hover
{
	color:#8e3fdc;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current
{
	color:#8e3fdc;
}


/*////////////////////////////////////////

android

////////////////////////////////////////*/
.android div.jp-interface
{
	width:385px;
	height:auto;
	margin-bottom:20px;
}
.android div.jp-interface ul.jp-controls li
{
	position:static;
	float:left;
}
.android div.jp-interface ul.jp-controls li.li_jac
{
	width:80px;
	padding-right:20px;
}
.android div.jp-interface ul.jp-controls li.li_jac img
{
	width:80px;
}
.android div.jp-interface ul.jp-controls li.li_data
{
	width:285px;
	line-height:1.6em;
	font-size:0.72em;
}
.android div.jp-playlist ul
{
	border-top:1px solid #dbc2f1;
}
