/*#book-wrapper
{
  z-index: 10;
  position: absolute;
  left: 50%;
  transform : translate(-50%, 0);
}*/
#book-cover-front
{
  width: 57.5%;
  /*height: 90%;*/
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  display : none;
}
#book-canvas{
  width:100%;
  height:100%;
}
#book-cover-full
{
  width: 104.7%;
  height: 105.5%;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: -5px;
  display : none;
}
#book-cover-bottom
{ 

  bottom : -300px;
  left: -4px;
  position : absolute;
  display : none;
  width : 100.9%;

}
#book-cover-top
{
  top : -5px;
  left: -4px;
  position : absolute;
  display : none;
  width : 100.9%;
  height: 3.9%;
}
img.pageturn { z-index : 100; }

@font-face {
	font-family : 'RabbitOnTheMoon';
	src : url('../media/fonts/RabbitOnTheMoon.eot?#iefix') format('embedded-opentype'),
		url('../media/fonts/RabbitOnTheMoon.woff') format('woff'), 
		url('../media/fonts/RabbitOnTheMoon.ttf') format('truetype'),
		url('../media/fonts/RabbitOnTheMoon.svg#RabbitOnTheMoon') format('svg');
	font-weight : normal;
	font-style : normal;
}

@font-face {
  font-family: 'Colfax-Regular';
  src: url('../media/fonts/ColfaxWebRegular.eot');
  src: url('../media/fonts/ColfaxWebRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../media/fonts/ColfaxWebRegular.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}
@font-face {
  font-family: 'Colfax-Regular';
  font-style: italic;
  src: url('../media/fonts/ColfaxWebRegularItalic.eot');
  src: url('../media/fonts/ColfaxWebRegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../media/fonts/ColfaxWebRegularItalic.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}

@font-face {
  font-family: 'Raphael-Icons';
  src: url('../media/fonts/raphaelicons-webfont.eot');
  src: url('../media/fonts/raphaelicons-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../media/fonts/raphaelicons-webfont.woff') format('woff');/* IE9 Compat Modes */
  /* Modern Browsers */
}

@font-face {
  font-family: 'MyUnderwood';
  src: url('../media/fonts/MyUnderwood.eot?#iefix') format('embedded-opentype'),  
  	url('../media/fonts/MyUnderwood.woff') format('woff'), 
  	url('../media/fonts/MyUnderwood.ttf') format('truetype'),
  	url('../media/fonts/MyUnderwood.svg#MyUnderwood') format('svg');
  font-weight: normal;
  font-style: normal;
}