.linkmenu {
	position: fixed;
	left: 5%;
	font-size: 18px;
}
.logo {
	position: fixed;
	right: 5%;
	top: 2%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-weight: lighter;
	font-variant: small-caps;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #333;
}
.wrap {
	width: auto;
	height: 100%;
	position: relative;
}
.footer {
	clear: both;
	font-size: 14px;
	position: fixed;
	left: 5%;
	bottom: 1%;
	word-spacing: normal;
}
.gallery {
	float: none;
	position: fixed;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	min-height: 500px;
	padding-top: 2%;
	padding-bottom: 2%;
	overflow: scroll;
	overflow-y:hidden;
	white-space: nowrap;
}
.next {
	margin-right: 5%;
}

