/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Silver
*/

.comic_navi_wrapper {
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
	vertical-align:text-top;
}

.comic_navi {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
} 

.navi-comictitle {
	padding-top: 26px;
	max-width: 100px;
}

.navi {
	width: 100px;
	padding-top: 100px;
	font-size: 9px;
	color: #555;
	display: inline-block;
	float: left;
}


.navi-first-in {
	background: url('first.png') no-repeat;
}

.navi-first {
	background: url('first.png') no-repeat;
}

.navi-prev {
	margin-right: 5px;
	background: url('prev.png') no-repeat;
}

.navi-prev-in {
	background: url('prev-in.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('archive.png') no-repeat;
}

.navi-comments {
	padding: 0;
	background: url('comments.png') no-repeat;
}

a.navi-comments span {
	display: inline-block;
	width: 100px;
	height: 100px;
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
	color: #fff;
	text-indent: 0;
}


.navi-next {
	margin-left: 5px;
	background: url('next.png') no-repeat;
}

.navi-next-in {
	background: url('next-in.png') no-repeat;
}

.navi-next-chap {
	background: url('nextchap.png') no-repeat;
}

.navi-last {
	background: url('last.png') no-repeat;
}

.navi-last-in {
	background: url('last.png') no-repeat;
}
