body {
    margin:0;
    background-color:#000;
    overflow:hidden;
}
.galleria-container {
	position: relative;
	overflow: hidden;
    background: #000;
}
.galleria-stage {
	position: absolute;
	top:  0px;
    bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0px;
	position: absolute;
	left: 10px;
	right: 10px;
	z-index: 2;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
	background: #000;
	margin: 0 5px 0 0;
	border: 0px solid #000;
	float: left;
	cursor: pointer;
}
.galleria-thumb-nav-left, .galleria-thumb-nav-right {
	cursor: pointer;
	display: none;
	background-position: -495px 5px;
	position: absolute;
	left: 0;
    top: 0;
	height: 40px;
	width: 23px;
	z-index: 3;
	opacity: .8;
	filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
	background-position: -578px 5px;
	border-right: none;
	right: 0;
	left: auto;
}
.galleria-credit {
    color:#ccc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:57%;

	bottom: 5px;
	position: absolute;
	
	right: 20px;
	z-index: 4;
}
a:link, a:visited, a:active, a:focus {
    color:#ccc;
}
a:hover {
	color:#3b9f3b;
}
.content {
	width:100%;
	height:0px;
}
.galleria-info-link-no {
	background-position: -669px -5px;
	opacity: .7;
	filter: alpha(opacity=70);
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
    background-color: #000;
}
#galleria {
    position: absolute;
	width:100%;
	max-width:150vh;
	left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
 }
.galleria-thumb-nav-left, .galleria-thumb-nav-right, .galleria-info-link, .galleria-info-close, .galleria-image-nav-left, .galleria-image-nav-right {
    background-image: url('/static/themes/classic-map.png');
	background-repeat: no-repeat;
}
.galleria-image-nav-left, .galleria-image-nav-right {
    opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: pointer;
	width: 62px;
	height: 124px;
	position: absolute;
	left: 10px;
	z-index: 2;
	background-position: 0 46px;
}
.galleria-image-nav-right {
	left: auto;
	right: 10px;
	background-position: -254px 46px;
	z-index: 2;
}
.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.touch .galleria-thumb-nav-left:active, .touch .galleria-thumb-nav-right:active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.galleria-info {
	bottom: 0px;
	left: 0px;
	right: 0px;
    z-index: 2;
    opacity: 0.6;
    height:5vmin;
    position: absolute;
    background:none;
}

.galleria-info-text {
    background:none;
}

.galleria-info-title {
    position: absolute;
    bottom:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 3.5vmin;
	min-font-size: 10px;
}

#ph-title {
    position:absolute;
    top:0px;
}

#ph-label {
    position:absolute;
    bottom:0px;
}

.ph-font {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	opacity: 0.6;
	color:#fff;
	background:rgba(0,0,0,0);
}

#intro {
    width:100%;
    height:100%;
	background:#000;
    position:absolute;
    top:0;
    left:0;
}

#intro-container {
    width:600px;
    height:100px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-300px;
    margin-top:-50px;
	color:#fff;
}

#intro #title1 {
    font-size:50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	text-align: center;
	margin:0;
	display:none;
	color:#eee;
}

#intro #title2 {
    font-size:16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align: center;
	margin:10px;
	display:none;
	color:#555;
}