/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Default
*/
#comic_navi_wrapper {
	padding-top: 5px;
}

#comic_navi {
	display: table;
	border-collapse: collapse;
	margin: 0 auto;
	}

.navi {
	width: 100px;
	padding: 42px 0 0 0;
/*	margin: 0 5px; */
	display: block;
	float: left;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	color:#333333;
}

	.navi:hover {
		background-position: -42px 0;
	}

.navi-first {
	margin: 0;
	background: url('first.png') no-repeat;
}

.navi-archive {
	width: 138px;
	background: url('archives.png') no-repeat;
}

.navi-archive:hover {
	width: 138px;
	background: url('archives.png') 0 -42px no-repeat;
}

.navi-prev {
	width: 90px;
	margin-right: 0px;
	background: url('previous.png') no-repeat;
}
.navi-prev:hover {
	width: 90px;
	margin-right: 0px;
	background: url('previous.png') 0 -42px no-repeat;
}

.navi-random {
	width: 43px;
	background: url('random.png') no-repeat;
}
.navi-random:hover {
	width: 43px;
	background: url('random.png') 0 -42px no-repeat;
}

.navi-next {
	width: 90px;
	margin-left: 0px;
	background: url('next.png') no-repeat;
}

.navi-next:hover {
	width: 90px;
	margin-left: 0px;
	background: url('next.png') 0 -42px no-repeat;
}

.navi-last {
	width: 138px;
	margin: 0;
	background: url('current.png') no-repeat;
}

.navi-last:hover {
	width: 138px;
	margin: 0;
	background: url('current.png') 0 -42px no-repeat;
	}

.navi-comments, .navi-buyprint {
	margin: 0 3px;
}

.navi-buyprint {
	border: none;
	cursor: pointer;
	background: url('buyprint.png') no-repeat;
}

	.navi-buyprint:hover {
		color: #f00;
	}

	.navi-buyprint-form {
		width: 76px;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		}



.comic-left .navi-prev, .comic-right .navi-prev, .comic-left .navi-next, .comic-right .navi-next {
/*	margin: 0 5px; */
	}

