<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* flipbook functional styling */
.flipbook{
	position:relative;
	width:900px;
	height:350px;
	overflow:hidden;
}
.flipbook-wrapper{
	    height: 350px;
    position: relative;
    width: 595px;
}
.flipbook-preloader{
	opacity: 1;
color: #999;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 45%;
border-radius: 10px;

background: white url(./styleimg/preloader.gif) center no-repeat;
}
.flipbook .pages{position:absolute; }

.flipbook .page{
	position:absolute;

}
.flipbook .page_left_con{
	position:absolute;
	overflow:hidden;
	z-index:901;
}


.flipbook .shadow_left{
	position:absolute;
	z-index:902;
	
	background:#000;
}

.flipbook .page_left{
	position:absolute;
	width:433px;
	height:325px;
	
}

.flipbook .page_right_con{
	position:absolute;
	right:0px;
	width:0px;
	height:325px;
	overflow:hidden;
	z-index:900;
}
.flipbook .shadow_right{
	position:absolute;
	z-index:902;
	
	background:#000;
}



.flipbook .page_right{
	position:absolute;
	width:433px;
	height:325px;
	
	
}


/* zoom*/
.zoom_page{
	position:absolute;
    top:0px;
	left:0px;
	visibility:hidden;
	z-index:9500;
    -moz-transform-origin:0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-zoom:200%;
	zoom:200%;
	opacity:0;
}



/*****flipbook menu arrows ***/
.flipbook_menu{
	position:relative;
	width:134px;
	height:32px;
	margin:0 auto;
	padding:10px;
	background:url(./styleimg/menubar.png) no-repeat;
	background-position: center center;
	}
	
.flipbook_menu &gt; *{
	display:inline-block;
	margin:0;
	padding:0;
}
.flipbook_arrow_left{
	cursor:pointer;
	width:32px;
	height:32px;
	
	background:url(./styleimg/arrows.png);
	background-position:0px 0px;
	}
.flipbook_arrow_right{
	cursor:pointer;
	width:32px;
	height:32px;
	
	background:url(./styleimg/arrows.png);
	background-position:0px -32px;
	}
	
	
.flipbook_btn_play{
	cursor:pointer;
	width:32px;
	height:32px;
	
	background:url(./styleimg/playbutton.png);
	background-position:0px 0px;
	}
.flipbook_btn_pause{
	cursor:pointer;
	width:32px;
	height:32px;
	
	background:url(./styleimg/pausebutton.png);
	background-position:0px 0px;
	}
.flipbook_btn_zoom{
	cursor:pointer;
	width:32px;
	height:32px;
	
	background:url(./styleimg/buttonzoom.png);
	background-position:0px 0px;
	}

.flipbook_zoom{
	
}
.flip-sound{position:absolute;}
.flipbook-notice { 

position:absolute; left:50%; top:50%; text-align:center; width:250px; padding:20px 20px 10px 20px; height:40px; margin-left:-130px; margin-top:-25px;
box-shadow:0 0 5px 0px rgba(0,0,0,0.8);
background: #d2ff52;
background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842));
background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: -o-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: -ms-linear-gradient(top, #d2ff52 0%,#91e842 100%);
background: linear-gradient(top, #d2ff52 0%,#91e842 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 );
color:#111;
display:none;
z-index:50000;
border-radius:5px;
font-weight:bold;
}



/************************************
STRUCTURE
************************************/


.example-1 #content_wrapper{
	position:relative;
	text-align:center;
	
}
.example-1 #content-bg{
	width:100%;
	height:350px;
	position:absolute;
	top:15px;
	
}

.example-1 #content-bg-center{
	width:100%;
	height:350px;
	position:absolute;
	top:15px;
	
}

.example-1 #content
{
	position:relative;
	width:560px;
	margin:auto;
	text-align:left;
	margin-bottom:0px;
	z-index:150;


}








/************************************
SPECIFIC DOM STYLING
************************************/

.button-1{
	width:150px;
	height:35px;
	text-indent:40px;
	background: transparent url(img/button1.png);
	
	text-decoration:none;
	cursor:pointer;
	/*
	border:1px solid #fff;
	
	*/
	
}



.button-2{
	
	position:absolute;
	right:0px;
	top:50px;
	
	
	width:190px;
	height:35px;
	text-indent:40px;
	background: transparent url(img/button2.png);
	
	text-decoration:none;
	cursor:pointer;
	z-index:150;
	/*
	border:1px solid #fff;
	
	*/
	
}

.button-1:hover, .button-2:hover{
	background-position:0px -35px;
	
}

.feature-image{
	width:240px;
	
	display:inline-block;
	float:left;
	margin: 0 15px 10px 0;
	
	
	font-family: 'Cuprum', arial, serif;
	text-align:center;
	font-size:13px;
}
.feature-image-last{
	margin-right:0px;
	
}


.flipbook-preloader{
	position:absolute;
	left:325px;
	top:200px;
	
	width:75px;
	height:75px;
	background:transparent url(img/preloader.gif);
}




.page_inline1{
	position:absolute;
	left:50px;
	width:313px;
	top:180px;
	font-size:18px;
	color:#444;
}

.page_inline1:hover{
	
}

.page_index_con{
	
	position:absolute;
	font-size:16px;
	line-height:1.5;
	top:210px;
	left:450px;
}




.page_inline1::selection {
        background: #FF7F50;
        }
.page_inline1::-moz-selection {
        background: #FF7F50;
        }

.page_inline1:hover{
	
}



</pre></body></html>