html,body {
	margin:0px;
	padding:0px;
	-webkit-font-size-adjust:100%;
}
body {
	font-family:Arial,'Trebuchet MS',Trebuchet,'Lucida Grande',Lucida,sans;
	font-size:11px;
	line-height:1.3em;
}
p {
	margin:0px 0px 0.2em 0px;
	padding:0px;
}
a {
	text-decoration:none;
	color:#555;
}
a img {
	border:none;
}
h1,h2,h3,h4,h5 {
	font-weight:bold;
	margin:0px 0px 0.3em 0px;
	padding:0px;
}
h1 { font-size:14px; }
h2 { font-size:14px; }
h3 { font-size:14px; }
h4 { font-size:14px; }
h5 { font-size:14px; }

h1.later {
	font-weight:bold;
	text-align:center;
	margin:0px;
	font-size:28px;
	color:#eee;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
	padding:2px;
}

.clr { clear:both }

.wrapper {
	width:80%;
	margin:0px auto;
	overflow:hidden;
	min-width:970px;
	
	margin:0px;
	width:1024px;
}
.header {
	position:relative;
	padding:20px 0px 0px 0px;
	min-height:100px;
	/*r*/
	margin-left:60px;
	min-height:55px;
}
.col {
	float:left;
	min-height:20px;
}
.col.logo {
	width:387px;
	/*r*/
	width:300px;
}
.col.logo img {
	padding-left:5px;
	/*r*/
	padding-left:0px;
}
.col.menu {
	width:190px;
	padding-top:2px;
}
.menu a {
	color:#ccc;
	display:block;
	font-size:10px;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
	letter-spacing:1px;
}
.menu a:hover, .menu a.active {
	color:#000;
}
.content {
	padding:10px 0px;
	min-height:40px;
	/*r*/
	margin-left:60px;
}



.portfolio {
	overflow:hidden;
}
.booklet {
	height:180px;
	float:left;
	margin:0px 16px 16px 0px;
	position:relative;
	opacity:0;
}
.booklet .line1, .booklet .line2 {
	width:1px;
	height:180px;
	position:absolute;
	left:0px;
	top:0px;
	border-left:1px solid #333;
}
.booklet .line1 {
	z-index:99;
	border-left:1px solid #aaa;
}
.booklet .line2 { 
	z-index:80;
	height:1px;
	opacity:0;
	-webkit-transition: height 0.7s ease-in;
	-moz-transition: height 0.7s ease-in;
	transition: height 0.7s ease-in;
}
.booklet img {
	display:block;
	height:160px;
	width:auto;
	margin:0px 0px 0px 16px;
}
.booklet a.subtitle {
	padding:7px 0px 0px 20px;
	font-size:12px;
	color:#aaa;
	line-height:1;
	font-family:Verdana,Tahoma,Arial;

	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}
.booklet:hover .line2 {
	height:200px;
	opacity:1;
}
.booklet:hover .subtitle {
	color:#333;	
}

.booklet.loaded {
/*
	-webkit-transition: opacity 2.1s ease-in;
	-moz-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
*/
	opacity:1;
}


/* Book */
.binder {
	width:970px;
	min-height:640px;
	position:relative;
	/*r*/
	width:950px;

}
.binder .controls {
	position:absolute;
	left:920px;
	top:0px;
	width:20px;
}
.binder .arrows {
	margin-top:250px;
	font-size:14px;
	color:#aaa;
}
.arrows a {
	display:block;
	color:#aaa;
	line-height:1;
	margin-bottom:5px;
}
.arrows a img {
	opacity:0.5;
}
.arrows a:hover img {
	opacity:1;
}

.book {
	width:902px;
	height:560px;
	overflow:hidden;
	position:relative;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
.book .pages {
	width:2000px;
	min-height:560px;
	position:absolute;
	left:0px;
	top:0px;
}
.book .page {
	width:870px;
	/*overflow:hidden;*/
	min-height:560px;
	float:left;
	margin:0px 16px 0px 16px;
}

#img_title {
	position:absolute;
	right:0px;
	bottom:0px;
	color:#aaa;
	z-index:599;
	padding:4px 10px 3px 10px;
	/*background-color:rgba(255,255,255,0.7);*/
	
}

.book .picture {
	position:relative;
}
.book .picture table {
	margin:0px;
	padding:0px;
	width:100%;
}
.book .pict {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:560px;
	text-align:center;
/*
	padding:0px;
	height:640px;
	text-align:center;
	vertical-align:middle;
*/
}

.pict img {
	display:inline;
	height:560px;
	width:auto;
}
.pict.landscape img {
	width:100%;
	height:auto;
}
.thumbnails {
}
.thumbnails p {
	font-size:12px;
	color:#666;
}
.thumbnail {
	display:block;
	width:160px;
	height:100px;
	overflow:hidden;
	float:left;
	margin:15px 12px 0px 0px;
}
.thumbnail img {
	display:block;
	width:160px;
	height:auto;
}
.thumbnail.landscape img {
	width:160px;
	height:auto;
	min-height:100px;
}
.thumbnail.portrait img {
	margin-top:-15%;
	width:160px;
	height:auto;
}
/*Text*/
.text {
	width:650px;
	min-height:640px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:35px 50px 0px 50px;
	color:#666;
	font-size:11px;
	font-family:Verdana,Tahoma,Arial,sans-serif;
}
.text p {
	line-height:1.4;
	margin-bottom:8px;
}
.text a {
	color:#555;
	text-decoration:none;
}
.text a:hover {
	text-decoration:underline;
}

.img_block {
	display:block;
}
a.subtitle {
	display:block;
}

/*
@media screen and (max-width: 1024px) {
	.wrapper {
		min-width:800px;
	}
	.col.logo {
		width:320px;
	}
	.col.menu {
		width:150px;
	}
	

	.book .thumbnails {
		padding-bottom:25px;
		min-height:640px;
	}
	.book .pict {
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:540px;
		text-align:center;
	}
	.pict img {
		display:inline;
		height:540px;
		width:auto;
	}
	.pict.landscape img {
		width:100%
		height:auto;
	}

	.binder {
		width:770px;
		min-height:540px;
		position:relative;
	}
	.binder .controls {
		position:absolute;
		left:740px;
	}
	.binder .arrows {
		margin-top:180px;
		font-size:14px;
		color:#aaa;
	}
	.arrows a {
		display:block;
		color:#aaa;
		line-height:1;
		margin-bottom:5px;
	}
	.book {
		width:730px;
		min-height:540px;
		overflow:hidden;
		position:relative;
		border-left:1px solid #aaa;
		border-right:1px solid #aaa;
	}
	.book .pages {
		width:2000px;
		min-height:540px;
		position:absolute;
		left:0px;
		top:0px;
	}
	.book .page {
		width:700px;
		overflow:hidden;
		min-height:540px;
		float:left;
		margin:0px 15px 0px 15px;
	}

}
*/