@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body { overflow: hidden; }

.jp-play {
	display: block;
	background: url(../img/sample.png) no-repeat;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
}
.jp-pause {
	display: block;
	background: url(../img/sample.png) no-repeat 0 -30px;
	width: 180px;
	height: 30px;
	text-indent: -9999px;
}