
/*---------- Sliding Menu -> ----------*/

div.SlidingMenu{
	background: url('./page_images/MenuBackground.png');
	width: 165px;
	height: 530px;
	position: absolute;
	left: -165px;
	z-index: 4;

}

div.MenuButton{
	background: url('./page_images/MenuButton.png');
	width: 36px;
	height: 123px;
	position: absolute;
	top: 115px;
	cursor: pointer;
	z-index: 4;
}

#MenuImages{
	margin-left: 25px;
}


#MenuRestart{
	background: url('./page_images/MenuRestart.png');
	width: 111px;
	height: 42px;
	display: block;
	margin-top: 20px; 
}
#MenuRestart:hover{
	background-position: 0 -42px;
}


#MenuSelectEpisode{
	background: url('./page_images/MenuSelectEpisode.png');
	width: 106px;
	height:120px;
	display: block;
	margin-top: 42px;
}
#MenuSelectEpisode:hover{
	background-position: 0 -120px;
}


#MenuShare{
	background: url('./page_images/MenuShare.png');
	width: 101px;
	height: 98px;
	display: block;
	margin-top: 30px;
}
#MenuShare:hover{
	background-position: 0 -98px;
}


#MenuGallery{
	background: url('./page_images/MenuGallery.png');
	width: 101px;
	height: 99px;
	display: block;
	margin-top: 34px;
}
#MenuGallery:hover{
	background-position: 0 -99px;
}






















