/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Default
*/
#comic_navi_wrapper {
	padding: 0;
        height: 50px;
	margin-top: 10px;
}

#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 {
        width: 61px;
        height: 29px;
        padding: 3;
        margin: 0;
	background: url('navbutton_first.png') no-repeat;
}

.navi-prevchap {
	background: url('prevchap.png') no-repeat;
}

.navi-prev {
        width: 62px;
        height: 36px;
        padding: 3;
        margin: 0;
	background: url('navbutton_previous.png') no-repeat;
}


.navi-comments, .navi-archive, .navi-random, .navi-buyprint {
	margin: 0 5px;
}

.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;
		}

.navi-archive {
	background: url('archive.png') no-repeat;
}

.navi-random {
        width: 34px;
        height: 50px;
        margin: 0
        padding: 3;
	background: url('navbutton_random.png') no-repeat;
}

.navi-comments {
	padding: 0;
	background: url('comments.png') no-repeat;
}

	a.navi-comments span {
		width: 66px;
		height: 66px;
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 66px;
		color: #c5c5c5;
	}
	
		a.navi-comments span:hover {
			color: #860b04;
			}
	
.navi-next {
        width: 62px;
        height: 36px;
        padding: 3;
	margin-left: 0px;
	background: url('navbutton_next.png') no-repeat;
}

.navi-nextchap {
	background: url('nextchap.png') no-repeat;
}

.navi-last {
        width: 61px; 
        height: 29px;
        padding: 3;
	margin: 0;
	background: url('navbutton_last.png') no-repeat;
}

}

.comic-left .navi-prev, .comic-right .navi-prev, .comic-left .navi-next, .comic-right .navi-next {
/*	margin: 0; */
	}

