body{
	padding-bottom: 15px;
}
#content{
	background-color: #fdfdf5;
	padding:20px;
	padding-top: 10px;
	overflow: hidden;
	
} 
.row{
	margin:10px auto;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 38px;
	transition:margin-left 1s, margin-right 1s;
	-webkit-transition:margin-left 1s, margin-right 1s;
	-moz-transition:margin-left 1s, margin-right 1s;
	-o-transition:margin-left 1s, margin-right 1s;
}

.row a{
	cursor: pointer;
}
#content h1{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px auto;
	margin-left: 4.1%;
	padding-left: 2px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 10px;
	color:#414e6e;
	overflow: hidden;
	white-space: nowrap;
	width: 92.3%;
	margin-bottom: 30px;
}
#content h1 pre {
	display: inline-block;
}

.rArrow{
	position: absolute;
	padding-top:40px;
	right: 0;
	height: 120px;
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: 40px;
	opacity: 0.8;
	cursor: pointer;
	color:#414e6e;
}

.lArrow{
	position: absolute;
	padding-top:40px;
	left: 10px;
	height: 120px;
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	font-size: 40px;
	opacity: 0.8;
	cursor: pointer;
	color:#414e6e;
	transition: left 1s;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-o-transition: left 1s;
}
.row figure{
	display:inline-block;
	vertical-align: top;
	margin-right:25px;
	transition: margin-right 1s;
	-webkit-transition: margin-right 1s;
	-moz-transition: margin-right 1s;
	-o-transition: margin-right 1s;
}
.row figure figcaption{
	font-size: 12px;
	color:#414e6e;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 20px;
}

.strike{
	display: inline-block;
	height: 1px;
	background-color: #414e6e;
	position: relative;
	top:0.5em;
}
#backdrop{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color: #ffffff;
	opacity: 0.9;
	z-index: 50;
}
#lightbox{
	position:fixed;
	width: 1024px;
	height:640px;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -512px;
	text-align: center;
	z-index: 51;
	overflow: hidden;
}
#lightbox img{
	position: absolute;
	/*max-width: 1024px;
	max-height: 640px;*/
	top:50%;
	left:50%;
}

#backCover{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -99;
	left: 0;
	top: 0;
}
#loading{
	width:1024px;
	height:600px;
	position: fixed;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-512px;
	z-index: 55;
}
#loading span#word{
	position: relative;
	top:50%;
	left:50%;
	margin-left: -35px;
	margin-top:-10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#999999;
	font-size: 20px;
	text-align: center;
}
#control #cap{
	position: absolute;
	top:500px;
	left:50%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#999999;
	font-size: 20px;
	text-align: center;
}
#control #cap span{
	font-weight: 900;
}

#control{
	position: fixed;
	width:1084px;
	height: 640px;
	top:50%;
	left:50%;
	margin-top: -320px;
	margin-left: -542px;
	z-index: 51;
}
#control .arrow-left{
	float:left;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-30px;
	opacity: 0.75;
	width:20px;
	height: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: 900;
	font-size: 50px;
	color:#999999;
	cursor: pointer;
}
#control .arrow-right{
	float: right;
	position: absolute;
	top:50%;
	right:0;
	margin-top:-30px;
	opacity: 0.75;
	width:20px;
	height: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: 900;
	font-size: 50px;
	color:#999999;
	cursor: pointer;
}
#control .close{
	position: fixed;
	top:10px;
	right: 10px;
	height:30px;
	width: 30px;
	opacity: 0.75;
	background-color:#999999;
	color:#ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
},