a.jp-play {
	background: url(../images/play_off.png);
	background-position: 0 0;
}
a.jp-play:hover {
	background: url(../images/play_on.png);
	background-position: 0 0;
}

a.jp-pause {
	background: url(../images/pause_off.png);
	background-position: 0 0;
}
a.jp-pause:hover {
	background: url(../images/pause_on.png);
	background-position: 0 0;
}

a.jp-stop {
	background: url(../images/stop_off.png);
	background-position: 0 0;
}
a.jp-stop:hover {
	background: url(../images/stop_on.png);
	background-position: 0 0;
}

a.jp-previous {
	background: url(../images/prev_off.png);
	background-position: 0 0;
}
a.jp-previous:hover {
	background: url(../images/prev_on.png);
	background-position: 0 0;
}

a.jp-next {
	background: url(../images/next_off.png);
	background-position: 0 0;
}
a.jp-next:hover {
	background: url(../images/next_on.png);
	background-position: 0 0;
}

div.jp-seek-bar {
	background: url(../images/bar_off.png);
	background-position: 0 0;
}

div.jp-play-bar {
	background: url(../images/bar_on.png);
	background-position: 0 0;
}

a.jp-mute {
	background: url(../images/mute_off.png);
	background-position: 0 0;
}
a.jp-mute:hover {
	background: url(../images/mute_on.png);
	background-position: 0 0;
}

a.jp-unmute {
	background: url(../images/soundoff_off.png);
	background-position: 0 0;
}
a.jp-unmute:hover {
	background: url(../images/soundoff_on.png);
	background-position: 0 0;
}

a.jp-volume-max {
	background: url(../images/sound_off.png);
	background-position: 0 0;
}
a.jp-volume-max:hover {
	background: url(../images/sound_on.png);
	background-position: 0 0;
}

div.jp-volume-bar {
	background: url(../images/smallbar_off.png);
	background-position: 0 0;
}

div.jp-volume-bar-value {
	background: url(../images/smallbar_on.png);
	background-position: 0 0;
}

a.jp-full-screen {
	background: url(../images/fullscreen_off.png);
	background-position: 0 0;
}
a.jp-full-screen:hover {
	background: url(../images/fullscreen_on.png);
	background-position: 0 0;
}

a.jp-restore-screen {
	background: url(../images/min_off.png);
	background-position: 0 0;
}
a.jp-restore-screen:hover {
	background: url(../images/min_on.png);
	background-position: 0 0;
}

a.jp-repeat {
	background: url(../images/repeat_off.png);
	background-position: 0 0;
}
a.jp-repeat:hover {
	background: url(../images/repeat_on.png);
	background-position: 0 0;
}

a.jp-repeat-off {
	background: url(../images/repeatoff_off.png);
	background-position: 0 0;
}
a.jp-repeat-off:hover {
	background: url(../images/repeatoff_on.png);
	background-position: 0 0;
}

a.jp-shuffle {
	background: url(../images/shuffle_off.png);
	background-position: 0 0;
}
a.jp-shuffle:hover {
	background: url(../images/shuffle_on.png);
	background-position: 0 0;
}

a.jp-shuffle-off {
	background: url(../images/shuffleoff_off.png);
	background-position: 0 0;
}
a.jp-shuffle-off:hover {
	background: url(../images/shuffleoff_on.png);
	background-position: 0 0;
}
