﻿/* COMIC NAVIGATION 
Author: Tea Fougner
Style: Oh, Brother
*/

#comic_navi_wrapper {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 5px auto;
}

.navi-comictitle {
	text-align: center;
	padding-top: 26px;
	max-width: 100px;
}

.navi {

	padding: 0;
	display: inline-block;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	color: #555;
	float: left;
	text-indent:-99999px;
}

	.navi:hover, #navi-share:hover {
		background-position: 0 -59px;
	}

	.navi-buyprint:hover {
		background-position: 0 -47px;
	}

.navi-first {
	background: url('first.png') no-repeat;
	height:60px;
	width:63px;
}

.navi-prev, .navi-previous {
	margin-right: 10px;
	background: url('prev.png') no-repeat;
		height:60px;
		width:110px;
}

	
.navi-next {
	margin-left: 10px;
	background: url('next.png') no-repeat;
			height:60px;
					width:79px;
}

.navi-last {
	background: url('last.png') no-repeat;
			height: 60px;
						width:59px;
}

.navi-void, .navi-void:hover {
	color: #999;
	background-position: 0 -118px;
}

.navi-buyprint {
	background: url('buyprint.png') no-repeat;
			height:47px;
					width:130px; }
