img.comic_img {
	width: 88px;
	height: 31px;
}
img.comic_not_vis {
	border: 1px dashed #f00;
	width: 86px;
	height: 29px;
}

#comic_link {
	overflow: hidden;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	border: 2px solid #000;
	width: 150px;
	z-index: 8;
}
#comic_link a {
	text-decoration: none;
}
#comic_link a:active, #comic_link a:hover {
	text-decoration: underline;
}

#comic_link_head {
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #000;
	padding: 2px 0px;
	height: 1em;
}

#comic_link_head_inner {
	position: absolute;
	margin-top: -1px;
	padding: 0px 10px;
	text-align: center;
}

#comic_link_body {
	padding: 2px 7px 4px 4px;
}

.comicLink_strips {
	cursor: url(../images/cursors/cur_strips.gif), pointer;
}

#comicImg {
	width: 88px;
	height: 31px;
	display: none;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}
