html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body {
	background: #CCC;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#loader {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #000;
	z-index: 9999;
}
#loader div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	color: #FFF;
	text-align: center;
}
#titulo {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-shadow: #FFF 0 -1px 0;
	padding-top: 13px;
	padding-bottom: 13px;
}
#manual {
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 900;
}
#manual img {
	cursor: pointer;
	cursor: hand;
}
#manual div {
	position: fixed;
	top: 20px;
	right: 40px; 
	background: #FFF;
	max-width: 200px;
	padding: 7px;
	font-size: 10px;
	-webkit-box-shadow: 0 0 4px 1px #000;
	box-shadow: 0 0 4px 1px #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
#seta_anterior, #seta_seguinte {
	position: fixed;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	cursor: hand;
	transition: all 1s;
	display: none;
	z-index: 9990;
}
#seta_anterior {
	left: 50px;
}
#seta_seguinte {
	right: 50px;
}
#painel {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 51px;
	bottom: 55px;
	max-height: 100%;
	z-index: 10;
}
#slide {
	position: absolute;
	transition: all 1s;
	display: none;
}
#index, #ler {
	display: inline-block;
	vertical-align: top;
}
#index {
	text-align: center;
	overflow-y: auto;
}
#index div {
	opacity: 0;
	transition: all 1s;
}
#index img {
	display: inline-block;
	margin: 15px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.4s;
}
#index img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	
	-webkit-box-shadow: 0 0 7px 0 #000;
	box-shadow: 0 0 7px 0 #000;
}
#menu {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	padding: 15px;
	text-align: center;
	background: #000;
	opacity: 0.9;
	color: #FFF;
	z-index: 15;
}
#menu * {
	opacity: 1;
}
#menu span {
	margin-left: 20px;
	margin-right: 20px;
}
#menu img {
	cursor: pointer;
	cursor: hand;
}
#paginador label {
	margin-left: 15px;
}
#ecra, #flip {
	display: none;
}

#livro {
	transition: opacity 1s;
}