/* COMIC NAVIGATION 
Author: Benjamin T. McCormick (Tovias) http://www.racomics.com
Style: Pandy
*/

.comic_navi_wrapper {
	margin: 0 auto 16px auto;
	font-size: 10px;
	vertical-align:text-top;
}

.comic_navi {
	display: inline-block;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}

.comic_navi_left, .comic_navi_center, .comic_navi_right {
	vertical-align: text-top;
}

.navi-comictitle {
	padding-top: 26px;
	max-width: 100px;
}

.navi {
	padding-top: 33px;
	display: inline-block;
}

.navi-first {
	background: url('first.png') no-repeat;
	width:71px;
}

.navi-first:hover {
	background-position: -71px 0;
}

.navi-first-void {
	background-position: -142px 0;
}

.navi-first-void:hover {
	background-position: -142px 0;
}


.navi-first-in {
	background: url('firstin.png') no-repeat;
}

.navi-prev {
	background: url('prev.png') no-repeat;
	width:117px;
}

.navi-prev:hover {
	background-position: -117px 0;
}

.navi-prev-void {
	background-position: -234px 0;
}

.navi-prev-void:hover {
	background-position: -234px 0;
}

.navi-prev-in {
	background: url('prev.png') no-repeat;
}

.navi-prev-chap {
	background: url('prevchap.png') no-repeat;
}

.navi-archive, .navi-archives {
	background: url('archive.png') no-repeat;
}

.navi-buycomic {
	background: url('buycomic.png') no-repeat;
}

.navi-random {
	background: url('random.png') no-repeat;
}

.navi-subscribe {
	background: url('subscribe.png') no-repeat;
}

.navi-comments {
	padding: 0;
	background: url('comments.png') no-repeat;
}

a.navi-comments span {
	display: inline-block;
	width: 44px;
	height: 44px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
	text-indent: 0;
}

a.navi-comments span:hover {
	color: #860b04;
}

.navi-next {
	background: url('next.png') no-repeat;
	width: 65px;
}

.navi-next:hover {
	background-position: -65px 0;
}

.navi-next-void {
	background-position: -130px 0;
}

.navi-next-void:hover {
	background-position: -130px 0;
}

.navi-next-in {
	background: url('next.png') no-repeat;
}

.navi-next-chap {
	background: url('nextchap.png') no-repeat;
}

.navi-last-in {
	background: url('lastin.png') no-repeat;
}

.navi-last {
	background: url('last.png') no-repeat;
	width: 67px;
}

.navi-last:hover {
	background-position: -67px 0;
}

.navi-last-void {
	background-position: -134px 0;
}

.navi-last-void:hover {
	background-position: -134px 0;
}