body {
	margin: 0;
	padding: 0;
	background: black;
}

#fullscreen {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	cursor: pointer;
	opacity: 0.3
}

#galleria {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
}

#galleria div.galleria-thumbnails {
	margin: auto;
}

#galleria div.galleria-thumbnails-list div.galleria-image {
	max-height: 20px;
}

#galleria div.galleria-thumbnails div.galleria-image {
	padding: 30px 0px;
}
