#pageflip {
	position: relative;
	margin: 0px;
	border: 1px solid #dddddd;
	float:left;
	background-color:#fff;
	text-align:center;
}
#holder {
	background-color: black;
	margin: 0px; padding: 0px;
	position: absolute;
	bottom: 5px; left: 5px; right: 5px;
	height: 170px;
	display: none;
	z-index: 900;
}
#indexholder {
	position: relative;
	margin: 0px; padding: 0px;
	width: 100%; height: 100%;
	overflow: auto;
	border-color: white; border-width: 1px; border-style: solid;
}
#arquivo {
	background-color: black;
	position: absolute;
	margin: 0px; padding: 10px;
	height: 150px; width: auto;
	bottom:5px; left:5px; right: 5px;
	display: none;
	z-index: 901;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-color: white; border-width: 1px; border-style: solid;
}
#magindex {
	position: absolute;
	left: 0px;
	padding: 5px;
	margin-right: -5000px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sobre {
	background-color: black;
	margin: 0; padding: 10px;
	position: absolute;
	right: 5px; bottom: 5px;
	height: 220px; width: 278px;
	display: none;
	z-index: 901;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-color: white; border-width: 1px; border-style: solid;
}
#ajuda {
	background-color: black;
	margin: 0; padding: 10px;
	position: absolute;
	right: 5px; bottom: 5px;
	height: 200px; width: 278px;
	display: none;
	z-index: 901;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-color: white; border-width: 1px; border-style: solid;
}
.leftpage {
	position: absolute;
	height: 100%; width: 0px;
	right: 50%;
	display: none;
}
.rightpage {
	position: absolute;
	height: 100%; width: 50%;
	left: 50%;
	display: none;
}
#left0 {
	text-align: center;
}
.indexItem {text-align:left;font-size:9px;width:100%}
