/* Reset HTML */
html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, button {
margin:0;
padding:0;
border:0;
outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
:focus {
outline:0;
}
body {
	line-height:1;
color:black;
background:white;
}
ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
	q:before, q:after {
content:"";
	}
blockquote, q {
quotes:"" "";
}

/* APE Stylesheet */
body {
	background-color:#E5EEF5;
	font-family: 'Verdana', "Lucida Grande", 'Arial', 'sans-serif';
	font-size:11px;
	color:#444749;
}
a {
	color:#4e7f8d;
	text-decoration:none;
}
a:hover {
	color:#d37e23;
}
#content {
	width : 1000px;
	margin : 0 auto;
	margin-top : 10px;
}
.clear {
	clear : both;
}

.page_container{
	cursor:pointer;
	margin:auto;
	width:637px;
	overflow:hidden;
	position:absolute;
}
.param_container img{
	width:100%;
}
.page_container img{
	float:right;
	display:block;
}
#comic_reader_container{
	left:50%;
	margin-left:-640px;
	width:1280px;
	padding:5px 10px 28px 10px;
	border-color:#dbdbdb;
	position:relative;
			 margin-top:15px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;		
}
#comic_spacer{
	height:920px;
}
#comic_prev{
	float:left;
}
#comic_next{
	float:right;
}
/* Hommage a Fy xD */
#paginator{
	width: 550px; 
	float: left; 
	text-align: center; 
	margin-top: 22px;
}
.loader{
	font-weight:bold;
	text-indent:25px;
	background:url('/imgs/load.gif') no-repeat;
	width:250px;
	min-height:15px;
	margin:50px auto 0px auto;
	min-width:18px;
}
#paginator #pager {
	float: left; margin-left: 8px; margin-right: 8px;
}

