/* CSS Document */
#comicViewer {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:100%;
	position:top left;}
#nextPage {
	width:45%;
	float:right;
	height:100%;
	background:none;}
#prevPage {
	width:45%;
	float:left;
	height:100%;
	background:none;}
img {
	width:100%;
	padding:0;
	margin:0;}
.ui-content {
	padding:0px !important;}
p {
	margin:0px;}
.clear {
	clear:both;}
.ui-content {
	min-height:440px;
	max-height:660px;}
#homeButton {
	position:fixed;
	top:12px;
	right:10px;
	float:right;
	z-index:1000;}
#homeButton a{
	color:#FFF;
	text-decoration:none;
	padding:5px 10px;
	background-color:#333;
	border-radius:10px;	
	font-weight:bold;-moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
	box-shadow: 0 1px 0 rgba(255,255,255,.3);
	background-image: -moz-linear-gradient(top,#555,#333);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#555),color-stop(1,#333));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#555555',EndColorStr='#333333')";
	text-shadow: 0 -1px 1px black;}
.ui-header .ui-title, .ui-footer .ui-title {margin: 0.6em 106px .8em 63px !important;}