#jplayer_container {
	position: relative;
	background:#e8e8e8;
	width:352px;
	height:40px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:30px;
	
}
#jplayer_container  ul#jplayer_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#jplayer_container  ul#jplayer_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#jplayer_play,
#jplayer_pause {
	display: block;
	position: absolute;
	left:38px;
	top:0px;
	width:40px;
	height:40px;
	cursor: pointer;
}
#jplayer_play {
	background: url("player/sprites.png") 0 -0px no-repeat;
}
#jplayer_play:hover {
	background: url("player/sprites.png") -41px -0px no-repeat;
}
#jplayer_pause {
	background: url("player/sprites.png") 0 -42px no-repeat;
}
#jplayer_pause:hover {
	background: url("player/sprites.png") -41px -42px no-repeat;
}

#jplayer_previous {
	position: absolute;
	left:10px;
	top:10px;
	background: url("player/sprites.png") 0 -112px no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

#jplayer_previous:hover {
	background: url("player/sprites.png") -29px -112px no-repeat;
}

#jplayer_previous.disabled {
	background: url("player/sprites.png") -58px -112px no-repeat;
	cursor:default;
}

#jplayer_next {
	position: absolute;
	left:84px;
	top:10px;
	background: url("player/sprites.png") 0 -141px no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}

#jplayer_next:hover {
	background: url("player/sprites.png") -29px -141px no-repeat;
}

#jplayer_next.disabled {
	background: url("player/sprites.png") -58px -141px no-repeat;
	cursor:default;
}


#jplayer_stop {
	position: absolute;
	left:114px;
	top:12px;
	background: url("player/sprites.png") 0 -83px no-repeat;
	width:22px;
	height:22px;
	cursor: pointer;
}
#jplayer_stop:hover {
	background: url("player/sprites.png") -29px -83px no-repeat;
}
#jplayer_progress {
	position: absolute;
	left:144px;
	top:17px;
	background-color: #eee;
	width:122px;
	height:5px;    
}
#jplayer_load_bar {
	/*background: url("player/bar_load.gif")  top left repeat-x;*/
	background-color:#a4a4a4;
	width:0px;
	height:5px;
	cursor: pointer;
}
#jplayer_load_bar.buffer {
	/*background: url("player/bar_buffer.gif")  top left repeat-x;*/
	background: #DDD;
	height:5px;
}
#jplayer_play_bar {
	/*background: url("player/bar_play.gif") top left repeat-x ;*/
	background-color:#CC1C11;
	width:0px;
	height:5px;
	font-size:1px;
}
#jplayer_volume_min {
	position: absolute;
	left:276px;
	top:12px;
	background: url("player/sprites.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_max {
	position: absolute;
	left:328px;
	top:12px;
	background: url("player/sprites.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}

#jplayer_volume_min.jqjp_hover {
	background: url("player/sprites.png") -19px -170px no-repeat;
}

#jplayer_volume_max.jqjp_hover {
	background: url("player/sprites.png") -19px -186px no-repeat;
}

#jplayer_volume_bar {
	position: absolute;
	left:294px;
	top:17px;
	/*background: url("player/volume_bar.gif") repeat-x top left;*/
	background: #a4a4a4;
	
	width:26px;
	height:5px;
	font-size:1px;
	cursor: pointer;
}
#jplayer_volume_bar_value {
	/*background: url("player/volume_bar_value.gif") repeat-x top left;*/
	background-color:#CC1C11;
	width:0px;
	height:5px;
}

#jplayer_play_time,
#jplayer_total_time {
	position: absolute;
	left:144px;
	top:22px;
	width:122px;
	font-size:.8em;
	font-style:oblique;
}

#jplayer_total_time {
	text-align: right;
}

#playlist_list {
	
}

#jplayer_playlist ul{
	list-style-type:none;
	padding:0px;
	margin:14px 0 10px 0;
	border-top:none;
	font-size:1.0em;
}

#jplayer_playlist li{
	padding:0px 5px 0px 0px;
	margin-bottom:2px;
	cursor: pointer;
	font-size:1.1em;
	/*color:#CC1C11;*/
	text-align:right;
}

#jplayer_playlist li.playlist_current{
	color:#FFF;
	/*list-style-type:square;
	list-style-position:inside;*/
	/*padding-left:6px;*/
	cursor: default;
	background-color:#CC1C11;
	color:#FFF;
}

#jplayer_playlist li.playlist_hover {
	color:#FFF;
	background-color:#CC1C11;
}