* {
	font-family: Helvetica;
}
a {
	outline: none;
	border: 0;
}
img {
	border: 0;
}

html {
	height: 100%;
} 

body {
	margin: 0;
	padding: 0;
	background: #4f4d4e;
	width:100%;
	height:100%;
	text-align: center;
	font-size: 13px;
}

p {
	margin: 0;
	padding: 13px 0 25px;
	color: #666666;
}

#header {
	position: fixed;
	top: 0;
	width:1010px;
	height: 107px;
	background: white;
}

#logo {
	position: absolute;
	top: 20px;
	left: -20px;
}

#spg {
	position: absolute;
	top: 45px;
	left: 310px;
}

#bg  {
	position: relative;
	margin:	0 auto;
	padding: 0;
	text-align:left;
	background: #ffffff;
	width: 1010px;
	min-height: 100%;
}

#lang {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 42px;
	right: 20px;
	text-align: right;
	list-style-type: none;
	font-size: 12px;
}

#lang a{
	text-decoration: none;
	color: #b6b8b7;
}

#lang a:hover{
	text-decoration: none;
	color: #000000;
}

#links {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 131px;
	left:133px;
	list-style-type: none;
	text-decoration: none;
	color: #b6b8b7;
	font-size: 16px;
}

#links li {
	display:block;
	padding:0;
	margin:0;
}

#links a{
	text-decoration: none;
	color: #b6b8b7;
}

#links a:hover{
	text-decoration: none;
	color: #000000;
}

#content{
	/*position: relative;*/
	padding-top: 131px;
	padding-left: 314px;
	width: 635px;
}

#blackout {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
}

#gallery {
	position: fixed;
	background: white;
	width: 1046px;
	height: 800px;
	text-align: center;
}

#bigimg {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 800px;
}
#gallery-navi {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#gal-info {
	position: absolute;
	display: inline-block;
	right: 55px;
	bottom: -1px;
}

#gal-prev {
	position: absolute;
	right: 36px;
	bottom: 0px;
	display: inline-block;
	width: 10px;
	height: 16px;
	background-image: url("./images/gal-prev.png");
}
#gal-next {
	position: absolute;
	right: 20px;
	bottom: 0px;
	display: inline-block;
	width: 10px;
	height: 16px;
	background-image: url("./images/gal-next.png");
}
#gal-exit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("./images/gal-exit.png");
}
#gal-prev:hover {
	background-image: url("./images/gal-prev-hover.png");
}
#gal-next:hover {
	background-image: url("./images/gal-next-hover.png");
}
#gal-exit:hover {
	background-image: url("./images/gal-exit-hover.png");

}

.galleryenter {
	border: 0px;
}
