@CHARSET "UTF-8";

.comicnav {
  margin: 5px 7px;
  height: 100%;
}
.comicnav .title {
  float: left;
  margin-right: 5px;
  line-height: 23px;
  font-size: 0.8em;
  font-variant: small-caps;
}  
.comicnav .arrow {
  float: right;
  margin-left: 5px;
}
.comicnav .arrow.disabled {
  filter: alpha(opacity=40);
  opacity: 0.4;
}  
.comicpagesingle {
  padding: 40px 5px;
  width: 675px;/**/
  min-height: 200px;
  text-align: center;
}
.comicpagesingle img {
  width: 100%;
}  
.ghosted {
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.comicpagesingle a {
  text-decoration: none;
  color: inherit;
}  
a.pageaslink {
  display: block;
  position: absolute;
  top: 40px;
  right: 5px;
  bottom: 40px;
  left : 5px;
}  
.msgbox {
  position: absolute;
  left: 20%;
  right: 20%;
  text-align: center;
  line-height: 1.5em;
}
.msgbox.top {
  top: 15%;
}
.msgbox.bottom {
  bottom: 15%;
}
div#content.w700_250 .comicpagesingle { 
  width: 675px;
}  
div#content.w725_225 .comicpagesingle { 
  width: 700px;
}  

