html, body {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
    margin: 0;
    padding: 0;
}

#photos {
    position: relative;
    top: 0;
    height: 0px;
    white-space: nowrap;
    overflow: hidden;
    background-color: grey;
    z-index: 999;
}

.shift {
    width: 25px;
    background-color: #fefefe;
    line-height: 130px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    font-size: 8px;
    font-weight: bold;
    color: #696969;
    cursor: pointer;
}

#scroll-start {
    left: 0px;
}

#scroll-end {
    right: 0px;
}

#scroll {
    left: 30px;
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0px;
    background-color: grey;
}

#photos ul {
    position: absolute;
    bottom: 0px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.start {
    left: 0px;
}

ul.end {
    right: 80px;
}

#photos ul li {
    padding: 0px;
    margin: 2px;
    display: inline;
}

#photos a {
    text-decoration: none;
}

img.thumb {
    height: 100px;
}

img.big {
    height: 120px;
}
.header {
	padding: 1em;
	margin-bottom: 0.5em;
}
.content {
	position: relative;
	flex-grow: 1;
}
.map {
	position: absolute;
	height: 100%;
	width: 100%;
}
#track {
	float: right;
}
.ol-dragzoom {
	border: 3px solid red !important;
	background-color: rgba(255,255,255,0.4);
}
