/* 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: 66px;
	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: 0;
	background: url('first.gif') no-repeat;
}

.navi-prev {
	background: url('prev.gif') no-repeat;
}

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

	
.navi-next {
	background: url('next.gif') no-repeat;
}


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


.comic-left .navi-prev, .comic-right .navi-prev, .comic-left .navi-next, .comic-right .navi-next {
/*	margin: 0 5px; */
	}


