#player_container {
	position: relative;
	background-color:#fff;
	width:80px;
	height:20px;
}
#player_container  ul#player_controls {
	list-style-type:none;
}
#player_container  ul#player_controls li {
    text-indent:0px;
}
#player_play,#player_pause,#ctrl_prev,#ctrl_next,#player_stop{
	display: block;
	position: absolute;
	width:20px;
	height:20px;
	cursor: pointer;
}
#player_play {
	background: url(../gfx/player_sprite.gif) -20px 0px no-repeat;
    top:0;
    right:40px;
}
#player_play.jqjp_hover {
	background: url(../gfx/player_sprite.gif) -20px -20px no-repeat;
}
#player_pause {
	background: url(../gfx/player_sprite.gif) -40px 0px no-repeat;
    top:0;
    right:40px;
}
#player_pause.jqjp_hover {
	background: url(../gfx/player_sprite.gif) -40px -20px no-repeat;
}

#ctrl_prev,#ctrl_prev.disabled {
	background: url(../gfx/player_sprite.gif) 0px 0px no-repeat;
    top:0;
    right:60px;
}

#ctrl_prev:hover{
	background: url(../gfx/player_sprite.gif) 0px -20px no-repeat;
}

#ctrl_next,#ctrl_next.disabled {
    background: url(../gfx/player_sprite.gif) -80px 0px no-repeat;
    top:0;
    right:0;
}

#ctrl_next:hover {
	background: url(../gfx/player_sprite.gif) -80px -20px no-repeat;
}

#player_stop {
	background: url(../gfx/player_sprite.gif) -60px 0px no-repeat;
    top:0;
    right:20px;
}
#player_stop.jqjp_hover {
	background: url(../gfx/player_sprite.gif) -60px -20px no-repeat;
}

#player_name{
	display: block;
	position: absolute;
	width:120px;
	height:20px;
    left:90px;
    font:bold 12px arial,verdana,sans-serif;
    color:#000;
    padding-top:3px;
}
