/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Silver
*/

.comic_navi_wrapper {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}

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

.navi {
	width: 126px;
	padding-top: 40px;
	font-size: 9px;
	color: #555;
	display: inline-block;
}

.navi:hover, #navi-share:hover {
	background-position: -126px 0;
}

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

.navi-first {
	background: url('first.png') no-repeat;
	margin-right: -22px;

}

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


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

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

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

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

a.navi-comments span {
	display: inline-block;
	width: 66px;
	height: 66px;
	font-size: 16px;
	font-weight: bold;
	line-height: 66px;
	color: #fff;
	text-indent: 0;
}

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

.navi-next {
	background: url('next.png') no-repeat;
	margin-right: -40px;

}

.navi-buyprint {
	background: url('buyprint.png') no-repeat;
	margin-right: -30px;

}


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

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

.navi-void, .navi-void:hover {
	color: #999;
	background-position: -252px 0;
}



