#player_container {
	position: relative;
	width:45px;
	height:11px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:30px;
	top:0px;
	width:11px;
	height:11px;
	cursor: pointer;
}
#player_play {
	background: url("../images/player-controls.gif") -35px 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("../images/player-controls.gif") -35px -11px no-repeat;
}
#player_pause {
	background: url("../images/player-controls.gif") -24px 0 no-repeat;
}
#player_pause.jqjp_hover {
	background: url("../images/player-controls.gif") -24px -11px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:0px;
	top:0px;
	background: url("../images/player-controls.gif") 0 0px no-repeat;
	width:12px;
	height:11px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("../images/player-controls.gif") 0px -11px no-repeat;
}

#ctrl_prev.disabled {
	background: url("../images/player-controls.gif") 0px 0px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:15px;
	top:0px;
	background: url("../images/player-controls.gif") -12px 0px no-repeat;
	width:12px;
	height:11px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("../images/player-controls.gif") -12px -11px no-repeat;
}

#ctrl_next.disabled {
	background: url("../images/player-controls.gif") -12px 0px no-repeat;
	cursor:default;
}