body {
			width: 2500px;
			font-optical-sizing: auto;
			font-weight: 400;
			font-style: normal;
      overflow-x:scroll;
      overflow-y:hidden;
		}
		.page {
			height: 250px;
			width: 386px;
			display: inline-block;
			float: left;
			border: 1px solid #00000017;
			box-sizing: border-box;
			text-align: center;
			font-style: normal;
			line-height: 1.4rem;
			font-size: 13px;
      margin:-10px;
		}
		.cover {
			background-image: url('');
			height: 250px;
			width: 386px;
			display: inline-block;
			float: left;
			border: 1px solid #00000017;
			box-sizing: border-box;
			text-align: center;
		}
		.container1 {
			background-image: url('');
		}
		.pages {
			height: 250px;
		}
	  .navleft {
      position:absolute;
      margin-left: -75px;
      height:50px;
      width:80px;
      padding:30px;
      background-repeat: no-repeat;
      background-image: url("/assets/graphics/hand.gif");
               -webkit-transform: scaleX(-1);
               -ms-transform: scaleX(-1);
    }
	  .navright {
      position:absolute;
      right:0;
      height:50px;
      width:80px;
      padding:30px;
      background-repeat: no-repeat;
      background-image: url("/assets/graphics/hand.gif");
    }