@charset "utf-8";
/* CSS Document */
	@font-face{font-family:'Glyphicons Halflings';
		src:url('fonts/glyphicons-halflings-regular.eot');
		src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/glyphicons-halflings-regular.woff') format('woff'),
			url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
			url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
	}
body {
      margin: 0;
      background-color: #f5f5f5;
      display: block;
	  z-index:1;
    }
 /*   #flipbook {
      width: 100%;
      height: 95%;
    }*/
	.glyphicon-chevron-right::after {
		content: "\e080";
		font-family: 'Glyphicons Halflings';
		
	}
	.glyphicon-chevron-left::before {
		content: "\e079";
		font-family: 'Glyphicons Halflings';
		color: #f2f2f2;
	
	}
	.control {
		position: absolute;
		top: 45%;
		left: 0;
		bottom: 0;
		width: 2%;
		opacity: 1;
		filter: alpha(opacity=50);
		font-size: 30px;
		color: #f2f2f2;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0,0,0,0.6);
		z-index: 100;
		text-decoration:none;
	}
	.control.right {
	left: auto;
	right: 0;
	}