/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Default
*/
#comic_navi_wrapper {
	padding: 5px 0 10px 0;
}

#comic_navi {
	display: table;
	border-collapse: collapse;
	margin: 0 auto;
}

.navi {
	width: 81px;
	padding: 66px 0 0 0;
/*	margin: 0 5px; */
	display: block;
	float: left;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	color: #555;
}

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

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

	
.navi-next {
	margin-left: 30px;
	background: url('next.png') no-repeat;
}


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

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


