
#flipbook { width:837px; height:599px;/* height:556px;*/ position:relative; }

#flipbook .slide {
	position: absolute;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	left: 0;
}
#flipbook .slide .pic{ width:837px; height:498px; }
#flipbook .slide .title{ font-size:18px; color:#0f0f0f; width:837px; line-height:58px; background-color:#fff; }

#flipbook .slide .img {
	width: 50%;
	position: absolute;
	top: 58px;
	left: 0;
	height: 498px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-size: 200% !important;
	background-repeat: no-repeat !important;
	-webkit-transition-property: -webkit-transform, box-shadow;
	-webkit-transition-timing-function: linear, linear;
	transition-property: transform, box-shadow;
	transition-timing-function: linear, linear;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#flipbook {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#flipbook .prev, #flipbook .next {
	z-index: 999999999;
	position: absolute;
	top: 58px;
	width: 50%;
	height: 498px;
	box-sizing: border-box;
	cursor: pointer;
	-moz-box-sizing: border-box;
	font-family: 'SSStandard', sans-serif;
}

#flipbook .next {
	right: 0px;
}

#flipbook .prev {
	left: 0px;
}

/*#flipbook .prev:hover, #flipbook .next:hover {
	background: #1f6387;
}

#flipbook .prev:active {
	box-shadow: inset -50px 0 30px -30px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

#flipbook .next:active {
	box-shadow: inset 50px 0 30px -30px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}*/

#flipbook .current {
	z-index: 99999;
}

#flipbook .slide .content {
	position: absolute;
	bottom: -75%;
	z-index: 99999999;
	background: rgba(0,0,0,0.3);
	width: 100%;
	left: 0;
	padding: 20px;
	font-size: 2.2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#flipbook .slide .content a {
	color: #fff;
}

#flipbook .slide .slideup {
	bottom: 0;
	z-index: 99999999;
}

#pagination {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -0px;
	/*bottom: -43px;*/
	right: 0px;
}

#pagination div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background:url(../images/pic80.png) no-repeat;
	cursor: pointer;
}

#pagination .cur {
	background:url(../images/pic81.png) no-repeat;
}

/* ------- IGNORE */

/*#header {
	width: 100%;
	margin: 0px auto;
}

#header #center {
	text-align: center;
}

#header h1 span {
	color: #000;
	display: block;
	font-size: 50px;
}

#header p {
	font-family: 'Georgia', serif;
}
#header h1 {
	color: #892dbf;
	font: bold 40px 'Bree Serif', serif;
}

#travel {
	padding: 10px;
	background: rgba(0,0,0,0.6);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-variant: normal;
	text-decoration: none;
}

#travel a {
	font-family: 'Georgia', serif;
	text-decoration: none;
	border-bottom: 1px solid #f9f9f9;
	color: #f9f9f9;
	font-size: 1.6em;
}*/

