/* COMIC NAVIGATION 
Author: Benjamin T. McCormick (Tovias) http://www.racomics.com
Style: Comical
*/

.comic_navi_wrapper {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}

.navi-comictitle {
	padding-top: 26px;
	max-width: 100px;
}

.navi {
	width: 76px;
	height: 76px;
	margin: 0 5px;
	font-size: 9px;
	display: inline-block;
}

.navi-firstinchap, .navi-first {
	background: url('index_begin.png') no-repeat;
}

.navi-firstinchap:hover, .navi-first:hover {
	background: url('index_begin_highlight.png') no-repeat;
}

.navi-prev-in, .navi-previous-in, .navi-prevchap, .navi-story_prev, .navi-story_prev_in, .navi-prev, .navi-previous {
	background: url('index_prev.png') no-repeat;
	margin-right: 20px;
}

.navi-prev-in:hover, .navi-previous-in:hover, .navi-prevchap:hover, .navi-story_prev:hover, .navi-story_prev_in:hover, .navi-prev:hover, .navi-previous:hover {
	background: url('index_prev_highlight.png') no-repeat;
	margin-right: 20px;
}

.navi-buyprint {
}

.navi-archive, .navi-archives {
}

.navi-random {
}

#navi-share {
}

.navi-subscribe {
}

.navi-comments {
}

.navi-next-in, .navi-nextchap, .navi-story_next, .navi-story_next_in, .navi-next {
	background: url('index_next.png') no-repeat;
	margin-left: 20px;
}

.navi-next-in:hover, .navi-nextchap:hover, .navi-story_next:hover, .navi-story_next_in:hover, .navi-next:hover {
	background: url('index_next_highlight.png') no-repeat;
	margin-left: 20px;
}

.navi-last, .navi-lastinchap {
	background: url('index_end.png') no-repeat;
}

.navi-last:hover, .navi-lastinchap:hover {
	background: url('index_end_highlight.png') no-repeat;
}

.navi-void, .navi-void:hover {
	background: none;
	display: none;
}
