@charset "utf-8";
/* CSS Document */

.paging-first {
	display: block;
	cursor: pointer;
	background-image: url(../design/first.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 16px;
	white-space: nowrap;
}

.paging-previous {
	display: block;
	cursor: pointer;
	background-image: url(../design/prev.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 16px;
	white-space: nowrap;
}

.paging-next {
	display: block;
	cursor: pointer;
	background-image: url(../design/next.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 16px;
	white-space: nowrap;
}

.paging-last {
	display: block;
	cursor: pointer;
	background-image: url(../design/last.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 16px;
	white-space: nowrap;
}

.paging-goto {
	display: block;
	cursor: pointer;
	background-image: url(../design/goto.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 16px;
	white-space: normal;
}
.paging-page {
	text-align: center;
}
