/* COMIC NAVIGATION 
Author: Ryan Murphy and Joel Duggan
Style: Bug Martini
*/

body:after{
 display:none;
 content: url('hoverbuy.png') url('hovernext.png') url('hoverprev.png');
}

.comic_navi_wrapper {
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
	vertical-align:text-top;
}

.comic_navi {
	display: inline-block;
	border-collapse: collapse;
	text-align: center !important;
	margin: 0 auto !important;
	border: none !important;
	width: auto !important;
}

.comic_navi_left, .comic_navi_center, .comic_navi_right {
	vertical-align: text-top;
	border: none !important;
	padding: 0px !important;
}

.navi-comictitle {
	padding-top: 26px;
	max-width: 100px;
}

.navi {
	height: 60px;
	margin: 0 5px;
	font-size: 0.9em;
	color: #555;
	display: inline-block;
}

.navi:hover {

}

.navi-prev {
	width: 240px;
	height: 100px;
	margin-bottom: 30px;
	background: url('prev.png') no-repeat;
}

.navi-prev:hover {
	background: url('hoverprev.png') no-repeat;
}

.navi-next {
	width: 240px;
	height: 100px;
	margin-bottom: 30px;
	background: url('next.png') no-repeat;
}

.navi-next:hover {
	background: url('hovernext.png') no-repeat;
}

.navi-buycomic {
	background: url('buy.png') no-repeat;
	width: 311px;
	height: 101px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 30px;
}

.navi-buycomic:hover {
	background: url('hoverbuy.png') no-repeat;
}