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

*{
	margin:0;
	padding:0;
}
body{
	background:#ccc ;
	font-family: "BebasNeueRegular", Georgia, Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
	color:#444;
	font-size:12px;
	color: #000;
}
h1{
 	float:left;
 	text-align:left;
	color:#2F1B0C;
	font-size:40px;
	margin:20px 0px 0px 20px;
}

span.reference{
	font-family:"BebasNeueRegular", Georgia, Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
	display:block;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}
span.reference a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:0px 20px;
}
span.reference a:hover{
	color:#ddd;
}
/* Booklet jQuery Plugin Style*/
.booklet{
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.booklet .b-wrap-left  {
	background:url(../images/left_bg2.png) no-repeat top left;
 	background-color:#e5e4d0 ;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.booklet .b-wrap-right {
	background:url(../images/right_bg3.png) no-repeat top left;
 	background-color:#e5e4d0 ;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}
.book_wrapper{
	margin:0 auto;
	padding-top:50px;
	width:1105px;
	height:640px;
	position:relative;
	background:transparent url(../images/bg.png) no-repeat 9px 27px;
}
.book_wrapper h1{
	color:#1B3651;
	margin:5px 5px 5px 15px;
	font-size:25px;
 	line-height: 25px;
	padding-bottom:7px;
 	border-right: 1px solid rgba(27,54,81,0.4);
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
 	font-weight: 400;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
 	opacity:0.8;
}
.book_wrapper h2{
 	text-align:center;
	color:#1B3651;
	margin:80px 5px 30px 5px;
	font-size:40px;
 	font-weight: 400;
 	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
	padding-bottom:7px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
 	opacity:0.8;
  	background: url(../images/h2.png) no-repeat bottom center;
}
.book_wrapper p.bookdescription{
 	text-align:justify;
	color:#1B3651;
	margin:20px 40px 20px 40px;
 	padding:0px 30px 00px 30px;
	font-size:14px;
	padding-bottom:7px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
.book_wrapper p.credits{
 	text-align:center;
	color:#1B3651;
	margin:20px 40px 20px 40px;
 	padding:0px 30px 00px 30px;
	font-size:14px;
	padding-bottom:7px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
.book_wrapper p{
 	font-style: italic;
  	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
 	text-align:left;
	font-size: 12px;
	margin:5px 5px 5px 15px;
}
.book_wrapper a.article,
.book_wrapper a.demo{
	background:transparent url(../images/circle.png) no-repeat 50% 0px;
	display:block;
	width:95px;
	height:41px;
	text-decoration:none;
	outline:none;
	font-size:16px;
	color:#555;
	float:left;
	line-height:41px;
	padding-left:47px;
}
.book_wrapper a.demo{
	margin-left:50px;
}
.book_wrapper a.article:hover,
.book_wrapper a.demo:hover{
	background-position:50% -41px;
	color:#13386a;
}
.book_wrapper img{
	margin:10px 0px 5px 0px;
 	margin:auto;
	max-width:450px;
 	max-height:500px;
	padding:4px;
	border:1px solid #ddd;
	-moz-box-shadow:1px 1px 1px #fff;
	-webkit-box-shadow:1px 1px 1px #fff;
	box-shadow:1px 1px 1px #fff;
}
.booklet .b-wrap-right img{
	border:1px solid #E6E3C2;
}
a#next_page_button,
a#prev_page_button{
	display:none;
	position:absolute;
	width:41px;
	height:40px;
	cursor:pointer;
	margin-top:-20px;
	top:50%;
	background:transparent url(../images/buttons.png) no-repeat 0px -40px;
}
a#prev_page_button{
	left:-30px;
}
a#next_page_button{
	right:-30px;
	background-position:-41px -40px;
}
a#next_page_button:hover{
	background-position:-41px 0px;
}
a#prev_page_button:hover{
	background-position:0px 0px;
}
.loading{
	width:160px;
	height:56px;
	position: absolute;
	top:50%;
	margin-top:-28px;
	right:135px;
	line-height:56px;
	color:#fff;
	padding-left:60px;
	font-size:15px;
	background: #000 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	opacity: 0.7;
	z-index:9999;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.pagenavigation {
 	height:70px;
  	width:70px;
 	position:absolute;
  	top:0px;
   	right:60px;
 	background:url("../images/b-pages.png") no-repeat;
}

.logotitle, .logotitle img{
 	display:block;
  	position:absolute;
  	max-width:100px;
   	max-height:70px;
  	top:5px;
  	left:10px;
}
.title{
 	margin-left:130px;
	text-align:center;
	color:#1B3651;
	font-size:40px;
 	font-weight: 400;
 	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
  	text-transform:uppercase;
	padding-bottom:7px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
 	opacity:0.8;
}

#logocredit{
 	margin-top:50px;
 	height:250px;
  	text-align:center;
   	background: url(../images/h2.png) no-repeat bottom center;
}

#logocredit img{ max-width: 450px; max-height:150px; margin: 50px 0px 10px 0px; border: none; -moz-box-shadow: 0px 0px 0px #fff; -webkit-box-shadow: 0px 0px 0px #fff; box-shadow: 0px 0px 0px #fff; }

.tj_gallery li {width:100px; height:120px; text-decoration:none; list-style:none;}
.tj_gallery img{ position:absolute; top:10px; left:10px; max-width:75px; max-height:100px;}