#Wrapper1 {
	position: relative;
	width: 276px;
	height: 534px;
	max-height: 534px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: top;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#StageContainer {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#StageScene1 {
	position:absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#StageScene2 {
	position:absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#StageScene3 {
	position:absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#StageScene4 {
	position:absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#Rabbit1 {
	position:absolute;
	top: 58px;
	left: 11px;
	opacity: 0;
	-moz-transition: opacity 2s ease 0s;
	-webkit-transition: opacity 2s ease 0s;
	-o-transition: opacity 2s ease 0s;
	transition: opacity 2s ease 0s;
}
#Rabbit2 {
	position:absolute;
	top: 58px;
	left: 11px;
	opacity: 0;
	-moz-transition: opacity 2s ease 0s;
	-webkit-transition: opacity 2s ease 0s;
	-o-transition: opacity 2s ease 0s;
	transition: opacity 2s ease 0s;
}
#Rabbit3 {
	position:absolute;
	top: 58px;
	left: 11px;
	opacity: 0;
	-moz-transition: opacity 2s ease 0s;
	-webkit-transition: opacity 2s ease 0s;
	-o-transition: opacity 2s ease 0s;
	transition: opacity 2s ease 0s;
}
#Glow {
	position:absolute;
	top: 41px;
	left: 60px;
	opacity: 0;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#GlowPulse {
	position:absolute;
	top: 41px;
	left: 60px;
	display: none;
}
#MagicianRabbit1 {
	position:absolute;
	top: 25px;
	left: 3px;
	opacity: 0;
	-moz-transition: opacity 2s ease 0s;
	-webkit-transition: opacity 2s ease 0s;
	-o-transition: opacity 2s ease 0s;
	transition: opacity 2s ease 0s;
}
#MagicianRabbit2 {
	position:absolute;
	top: 23px;
	left: 3px;
	opacity: 0;
	-moz-transition: opacity 2s ease 0s;
	-webkit-transition: opacity 2s ease 0s;
	-o-transition: opacity 2s ease 0s;
	transition: opacity 2s ease 0s;
}
@-webkit-keyframes practiceAnim 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-moz-keyframes practiceAnim 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-ms-keyframes practiceAnim 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-o-keyframes practiceAnim 
{
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes practiceAnim 
{
from {opacity: 0;}
to {opacity: 1;}
}
#Practice1 {
	position:absolute;
	top: 468px;
	left: 93px;
	opacity: 0;
	-moz-animation: practiceAnim .75s;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 0s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-play-state: paused;
	-webkit-animation: practiceAnim .75s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: paused;
	-o-animation: practiceAnim .75s;
	-o-animation-iteration-count: 2;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: 0s;
	-o-animation-fill-mode: forwards;
	-o-animation-play-state: paused;
	-ms-animation: practiceAnim .75s;
	-ms-animation-iteration-count: 2;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 0s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-play-state: paused;
	animation: practiceAnim .75s;
	animation-iteration-count: 2;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}
#Practice2 {
	position:absolute;
	top: 468px;
	left: 155px;
	opacity: 0;
	-moz-animation: practiceAnim .75s;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 1.5s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-play-state: paused;
	-o-animation: practiceAnim .75s;
	-o-animation-iteration-count: 2;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: 1.5s;
	-o-animation-fill-mode: forwards;
	-o-animation-play-state: paused;
	-webkit-animation: practiceAnim .75s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: paused;
	-ms-animation: practiceAnim .75s;
	-ms-animation-iteration-count: 2;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 1.5s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-play-state: paused;
	animation: practiceAnim .75s;
	animation-iteration-count: 2;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}
#Practice3 {
	position:absolute;
	top: 491px;
	left: 99px;
	opacity: 0;
	-moz-animation: practiceAnim .75s;
	-moz-animation-iteration-count: 2;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 3.0s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-play-state: paused;
	-o-animation: practiceAnim .75s;
	-o-animation-iteration-count: 2;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: 3.0s;
	-o-animation-fill-mode: forwards;
	-o-animation-play-state: paused;
	-webkit-animation: practiceAnim .75s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 3.0s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: paused;
	-ms-animation: practiceAnim .75s;
	-ms-animation-iteration-count: 2;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 3.0s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-play-state: paused;
	animation: practiceAnim .75s;
	animation-iteration-count: 2;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: 3.0s;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}
@-webkit-keyframes animMustache 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-moz-keyframes animMustache 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-ms-keyframes animMustache 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-o-keyframes animMustache 
{
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes animMustache 
{
from {opacity: 0;}
to {opacity: 1;}
}
#HandPullingMustache {
	position:absolute;
	top: 108px;
	left: 132px;
	opacity: 0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#HandPullingMustache1 {
	position:absolute;
	top: 108px;
	left: 132px;
	opacity: 0;
	-moz-animation: animMustache .64s;
	-moz-animation-iteration-count: 10;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 0s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-play-state: paused;
	-o-animation: animMustache .64s;
	-o-animation-iteration-count: 10;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: 0s;
	-o-animation-fill-mode: forwards;
	-o-animation-play-state: paused;
	-webkit-animation: animMustache .64s;
	-webkit-animation-iteration-count: 10;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: paused;
	-ms-animation: animMustache .64s;
	-ms-animation-iteration-count: 10;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: 0s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-play-state: paused;
	animation: animMustache .64s;
	animation-iteration-count: 10;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}
#HandPullingMustache2 {
	position:absolute;
	top: 108px;
	left: 132px;
	opacity: 0;
	-moz-animation: animMustache .64s;
	-moz-animation-iteration-count: 9;
	-moz-animation-timing-function: linear;
	-moz-animation-direction: alternate;
	-moz-animation-delay: .64s;
	-moz-animation-fill-mode: forwards;
	-moz-animation-play-state: paused;
	-o-animation: animMustache .64s;
	-o-animation-iteration-count: 9;
	-o-animation-timing-function: linear;
	-o-animation-direction: alternate;
	-o-animation-delay: .64s;
	-o-animation-fill-mode: forwards;
	-o-animation-play-state: paused;
	-webkit-animation: animMustache .64s;
	-webkit-animation-iteration-count: 9;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: .64s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-play-state: paused;
	-ms-animation: animMustache .64s;
	-ms-animation-iteration-count: 9;
	-ms-animation-timing-function: linear;
	-ms-animation-direction: alternate;
	-ms-animation-delay: .64s;
	-ms-animation-fill-mode: forwards;
	-ms-animation-play-state: paused;
	animation: animMustache .64s;
	animation-iteration-count: 9;
	animation-timing-function: linear;
	animation-direction: alternate;
	animation-delay: .64s;
	animation-fill-mode: forwards;
	animation-play-state: paused;
}

#Curtain {
	position:absolute;
	width: 271px;
	height: 511px;
	opacity: 0;
	top: 0px;
	left: 0px;
	-moz-transition: height 4s;
	-o-transition: height 4s;
	-webkit-transition: height 4s;
	transition: height 4s;
}
#TitleText {
	position:absolute;
	top: 70px;
	left: 37px;
	opacity: 0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#Audience1 {
	position:absolute;
	top: 371px;
	left: 26px;
	opacity: 0;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
#Audience2 {
	position:absolute;
	top: 371px;
	left: 26px;
	opacity: 0;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;  
	transition: opacity 2s;  
}
#NextPage1 {
	position:absolute;
	top: 385px;
	left: 87px;
	width: 104px;
	height: 97px;
	display: none;
	z-index: 1;
}
#Wrapper2 {
	position: relative;
	width: 0px;
	height: 0px;
	max-height: 535px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: top;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#StairSceneContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
#StairScene {
	position:absolute;
	width: 154px;
	height: 530px;
	max-height: 530px;
	top: 0px;
	left: 0px;
	opacity: 0;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
#Magician
{
	position: absolute;
	left: 56px;
	top: 164px;
	opacity: 0;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;  
	transition: all 2s;  
}
#Rail {
	position:absolute;
	top: 110px;
	left: 3px;
	opacity: 0;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;  
	transition: all 1s;  
}
@-webkit-keyframes rabbitHatMotion 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-moz-keyframes rabbitHatMotion 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-ms-keyframes rabbitHatMotion 
{
from {opacity: 0;}
to {opacity: 1;}
}
@-o-keyframes rabbitHatMotion 
{
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes rabbitHatMotion 
{
from {opacity: 0;}
to {opacity: 1;}
}
#Cell1
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: 0s;
	-moz-animation-iteration-count: 2;
	-moz-animation-direction: alternate; 
	-moz-animation-fill-mode: backwards; 
	-moz-animation-play-state: paused; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: 0s;
	-o-animation-iteration-count: 2;
	-o-animation-direction: alternate; 
	-o-animation-fill-mode: backwards; 
	-o-animation-play-state: paused; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-direction: alternate; 
	-webkit-animation-fill-mode: backwards; 
	-webkit-animation-play-state: paused; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: 0s;
	-ms-animation-iteration-count: 2;
	-ms-animation-direction: alternate; 
	-ms-animation-fill-mode: backwards; 
	-ms-animation-play-state: paused; 
	animation: rabbitHatMotion .4s;
	animation-delay: 0s;
	animation-iteration-count: 2;
	animation-direction: alternate; 
	animation-fill-mode: backwards; 
	animation-play-state: paused; 
	opacity: 0;
}
#Cell2
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: .4s;
	-moz-animation-iteration-count: 2;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: .4s;
	-o-animation-iteration-count: 2;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: .4s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: .4s;
	-ms-animation-iteration-count: 2;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: .4s;
	animation-iteration-count: 2;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
#Cell3
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: .8s;
	-moz-animation-iteration-count: 2;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: .8s;
	-o-animation-iteration-count: 2;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: .8s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: .8s;
	-ms-animation-iteration-count: 2;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: .8s;
	animation-iteration-count: 2;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
#Cell4
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: 1.2s;
	-moz-animation-iteration-count: 2;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: 1.2s;
	-o-animation-iteration-count: 2;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: 1.2s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: 1.2s;
	-ms-animation-iteration-count: 2;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: 1.2s;
	animation-iteration-count: 2;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
#Cell5
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: 1.6s;
	-moz-animation-iteration-count: 2;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: 1.6s;
	-o-animation-iteration-count: 2;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: 1.6s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: 1.6s;
	-ms-animation-iteration-count: 2;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: 1.6s;
	animation-iteration-count: 2;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
#Cell6
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: 2.0s;
	-moz-animation-iteration-count: 2;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: 2.0s;
	-o-animation-iteration-count: 2;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: 2.0s;
	-webkit-animation-iteration-count: 2;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: 2.0s;
	-ms-animation-iteration-count: 2;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: 2.0s;
	animation-iteration-count: 2;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
#Cell7
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: 2.4s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: 2.4s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: 2.4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: 2.4s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: 2.4s;
	animation-iteration-count: infinite;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
#Cell8
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: 2.8s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: 2.8s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: 2.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: 2.8s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: 2.8s;
	animation-iteration-count: infinite;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
#Cell9
{
	position: absolute;
	left: 56px;
	top: 164px;
	-moz-animation: rabbitHatMotion .4s;
	-moz-animation-delay: 3.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate; 
	-moz-animation-play-state: paused; 
	-moz-animation-fill-mode: backwards; 
	-o-animation: rabbitHatMotion .4s;
	-o-animation-delay: 3.2s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate; 
	-o-animation-play-state: paused; 
	-o-animation-fill-mode: backwards; 
	-webkit-animation: rabbitHatMotion .4s;
	-webkit-animation-delay: 3.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate; 
	-webkit-animation-play-state: paused; 
	-webkit-animation-fill-mode: backwards; 
	-ms-animation: rabbitHatMotion .4s;
	-ms-animation-delay: 3.2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate; 
	-ms-animation-play-state: paused; 
	-ms-animation-fill-mode: backwards; 
	animation: rabbitHatMotion .4s;
	animation-delay: 3.2s;
	animation-iteration-count: infinite;
	animation-direction: alternate; 
	animation-play-state: paused; 
	animation-fill-mode: backwards; 
	opacity: 0;
}
