body {
	background-color: #543478;
  	text-align: center;
}
img {
      border: none;
      outline: none;
      border-style: none;
}
div.BrowserMessage {
	position: absolute;
	left: 150px;
	top: 10px;
	width: 250px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight:bold;
	text-align: center;
	display: inline-block;
	z-index: 1;
}
#Screen {
	width: 100%; 
	height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
	overflow: hidden;
}
#Loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 337px;
	height: 334px;
	margin-left: -168px; 
	margin-top: -167px; 
	vertical-align: middle;
	z-index: 1;
}
#ToStoryList {
	position:fixed;
	top: 10px;
	left: 20px;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;  
	transition: all .2s;  
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@-moz-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@-webkit-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@-o-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@-ms-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
.fastpulse {
	opacity: 0;
	-moz-animation: pulse .3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 0s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation: pulse .3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	-o-animation: pulse .3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: 0s;
	-o-animation-fill-mode: forwards;
	-ms-animation: pulse .3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 0s;
	-ms-animation-fill-mode: forwards;
	animation: pulse .3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: 0s;
	animation-fill-mode: forwards;
} 
.slowpulse {
	opacity: 0;
	-moz-animation: pulse 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 0s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation: pulse 1s; 
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	-o-animation: pulse 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: 0s;
	-o-animation-fill-mode: forwards;
	-ms-animation: pulse 1s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 0s;
	-ms-animation-fill-mode: forwards;
	animation: pulse 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: 0s;
	animation-fill-mode: forwards;
} 

#ArrowWrapper {
	position:relative;
	width: 0px;
	height: 534px;
	max-height: 534px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#NextArrow {
	position:absolute;
	left: 0px;
	top: 268px;
	width: 78px;
	height: 73px;
	display: none;
	z-index: 1;
}
#NextChapter {
	position:absolute;
	left: 0px;
	top: 268px;
	width: 92px;
	height: 64px;
	display: none;
	z-index: 1;
}
#ToBeContinued {
	position:absolute;
	left: 0px;
	top: 200px;
	width: 132px;
	height: 14px;
	opacity: 0;
	z-index: 1;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;  
	transition: all .5s;  
}
#ToSelectionPage {
	position:absolute;
	left: 0px;
	top: 300px;
	width: 150px;
	height: 42px;
	display: none;
	z-index: 1;
}
p.bottom_white_text {
	opacity: .5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	position:relative;
   	 text-align: center;
	color:white;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#Footer {
	width: 400px;
	height: 64px;  
	float:left;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
div.spanit {
	display: inline;
}
.bottom_adjustment {
	margin-top: -30px;
}
.buttonGlow {
	opacity: 0;
	-moz-transition: all .2 s;
	-webkit-transition: all .2 s;
	-o-transition: all .2 s;
	transition: all .2 s;
}
@-moz-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@-webkit-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@-o-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@-ms-keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
@keyframes pulse 
{
from {opacity: .2;}
to {opacity: 1;}
}
.animpulse {
	opacity: 0;
	-moz-animation: pulse .5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 0s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation: pulse .5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	-o-animation: pulse .5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: 0s;
	-o-animation-fill-mode: forwards;
	-ms-animation: pulse .5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 0s;
	-ms-animation-fill-mode: forwards;
	animation: pulse .5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: 0s;
	animation-fill-mode: forwards;
}
#NavBar {
	position: relative;
	width: 300px;
	height: 53px;  
	float:right;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
	z-index: 1;

}
#ForwardButton {
	position: absolute;
	left: 140px;
	top: 0px;
}
#ForwardButtonGlow {
	position: absolute;
	left: 100px;
	top: -20px;
}
#ForwardButtonPulse {
	position: absolute;
	left: 100px;
	top: -20px;
	display: none;
}
#ForwardButtonDim {
	position: absolute;
	left: 140px;
	top: 0px;
	display: none;
}
#RewindButton {
	position: absolute;
	left: 70px;
	top: 7px;
}
#RewindButtonGlow {
	position: absolute;
	left: 23px;
	top: -20px;
}
#BackButton {
	position: absolute;
	left: 0px;
	top: 0px;
}
#BackButtonGlow {
	position: absolute;
	left: -40px;
	top: -20px;
}
#ToStoryList2 {
	position: absolute;
	left: 140px;
	top: 0px;
	display: none;
}
