.tegnagallery {
	display: block;
	position: relative;
	margin: 1em 0;
	padding: 0;
	font-family: sans-serif;
}
	.tegnagallery__list {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		overflow: hidden;
		width: 197px;
	}
	.tegnagallery__item {
		display: block;
		position: relative;
		margin: 0 0 4px 0;
		min-height: 75px;
		padding: 0;
		background-color: #cccccc;
		cursor: pointer;
	}
		.tegnagallery__item:last-child {
			margin-bottom: 0;
		}
	.tegnagallery__real-slider-container {
		width: calc(100% - 308px);
		position: relative;
	}
		.tegnagallery__single-view_individual .tegnagallery__real-slider-container {

		}
	.tegnagallery__fake-slider {
		display: block;
		list-style-type: none;
		margin: 0 201px 0 0;
		padding: 0;
		cursor: pointer;
		position: relative;
	}
		.tegnagallery__fake-slider img {
			display: block;
			width: 100%;
			height: auto;
		}
		.tegnagallery__fake-slider:before {
			content: '';
			position: absolute;
			top: 50%;
			left: 20px;
			width: 40px;
			height: 40px;
			background: transparent url('icon-arrow-left-white2x.png');
			margin-top: -20px;
		}
		.tegnagallery__fake-slider:after {
			content: '';
			position: absolute;
			top: 50%;
			right: 20px;
			width: 40px;
			height: 40px;
			background: transparent url('icon-arrow-right-white2x.png');
			margin-top: -20px;
		}
	.tegnagallery__gallery {
		display: block;
		margin: 0;
		padding: 0;
	}
	.tegnagallery__single-view {
		box-sizing: border-box;
		padding: 5px 10px 10px 10px;
		position: absolute;
		width: calc(100% + 300px);
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 0 0 transparent;
		opacity: 0;
		pointer-events: none;
		transition: box-shadow 1s ease;
	}
	.tegnagallery__multi-view {
		position: relative;
		margin: 0 20px;
	}
	.tegnagallery__thumbnail {
		display: block;
		width: 100%;
		height: auto;
	}
	.tegnagallery__headline {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		padding: 10px;
		color: #ffffff;
		text-shadow: 0 0 3px rgba(0,0,0,1);
		font-size: 12px;
		background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.25) 80%,rgba(0,0,0,0) 100%);
	}
	.tegnagallery__ad {
		position: absolute;
		right: 8px;
		bottom: 8px;
		top: auto;
		left: auto;
		width: 300px;
		height: 250px;
	}
	.tegnagallery__top {
		position: absolute;
		top: -60px;
		right: 0;
		bottom: auto;
		left: 0;
		height: 60px; 
		z-index: 0;
		font-size: 10px;
		color: #333333;
		background-color: #ccc;
		padding-left: 10px;
		border-bottom: 4px solid #fff;
	}
	.tegnagallery__close-button {
		position: absolute;
		top: -10px;
		right: -10px;
		width: 25px;
		height: 25px;
		background: transparent url('close.png') center center no-repeat;
		background-size: contain;
		text-indent: 9000px;
		cursor: pointer;
	}
	.tegnagallery__social {
		display: inline-block;
		padding: 0px 20px 0 0;
		color: #333333;
		font-size: 10px;
		line-height: 30px;
		vertical-align: middle;
		height: 30px;
		margin-right: 20px;
	}
		.tegnagallery__social_image {
			display: block;
		}
		.tegnagallery__top .tegnagallery__social {
			border-right: 2px solid #bbb;
		}
		.sp-full-screen .tegnagallery__social {
			color: #ffffff;
		}
	.tegnagallery__facebook {
		display: inline-block;
		width: 16px;
		height: 16px;
		padding-right: 4px;
		background: transparent url('facebook.png') left top no-repeat;
		vertical-align: middle;
		margin-right: 4px;
	}
	.tegnagallery__twitter {
		display: inline-block;
		width: 16px;
		height: 16px;
		background: transparent url('twitter.png') left top no-repeat;
		vertical-align: middle;
	}
	.tegnagallery__title {
		display: inline-block;
		font-style: italic;
		font-weight: bold;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 60px;
		vertical-align: middle;
	}
	.tegnagallery__mobile-title {
		float: left;
		width: calc(100% - 120px);
		text-align: left;
		padding: 0 10px;
		font-size: 12px;
		line-height: 40px;
		white-space: nowrap;
		overflow: hidden;
	}
	.tegnagallery__mobile-controls {
		background-color: #333333;
		color: #ffffff;
		text-align: right;
		border-top: 1px solid #666666;
	}
	.tegnagallery__mobile-previous {
		display: inline-block;
		text-indent: 9001px;
		width: 17px;
		height: 40px;
		padding: 0 5px;
		background: transparent url('mobile-prev.png') center center no-repeat;
		vertical-align: middle;
	}
	.tegnagallery__mobile-next {
		display: inline-block;
		text-indent: 9001px;
		width: 17px;
		height: 40px;
		padding: 0 5px;
		background: transparent url('mobile-next.png') center center no-repeat;
		vertical-align: middle;
	}
	.tegnagallery__mobile-current {
		display: inline-block;
		vertical-align: middle;
	}
	.tegnagallery__mobile-total {
		display: inline-block;
		vertical-align: middle;
	}
	.tegnagallery__mobile-count-separator {
		display: inline-block;
		vertical-align: middle;
	}
	.tegnagallery__overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999998;
	}
	.tegnagallery__fake-single {
		display: none;
		overflow: hidden;
		margin-bottom: 16px;
		cursor: pointer;
	}
	.tegnagallery__fake-single-big {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
		.tegnagallery__fake-single-big img {
			width: 100%;
		}
		.tegnagallery__fake-single-big:before {
			content: '';
			position: absolute;
			top: 50%;
			left: 20px;
			width: 40px;
			height: 40px;
			background: transparent url('icon-arrow-left-white2x.png');
			margin-top: -20px;
		}
		.tegnagallery__fake-single-big:after {
			content: '';
			position: absolute;
			top: 50%;
			right: 20px;
			width: 40px;
			height: 40px;
			background: transparent url('icon-arrow-right-white2x.png');
			margin-top: -20px;
		}
	.tegnagallery__fake-single-thumbs {
		width: 200%;
	}
	.tegnagallery__fake-single-thumb {
		box-sizing: content-box;
		width: 160px;
		border-right: 10px solid #fff;
		vertical-align: middle;
		display: inline-block;
	}
		.tegnagallery__fake-single-thumb:last-child {
		}

.tegnagallery_platform_mobile {
	background-color: #333333;
}

.tegnagallery_platform_mobile .sp-caption-container {
	background-color: #333333;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	padding: 13px 10px;
}

 .tegnagallery__single-view .sp-caption-container {
	position: absolute;
	top: 0;
	left: 100%;
	right: auto;
	width: 290px;
	display: block;
	margin-top: 0;
	padding: 0 0 0 10px;
	border-width: 0;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	height: 190px;
	overflow: auto;
	margin-bottom: 4px;
	margin-right: 0px;
	color: #333333;
	z-index: 99999999;
}
	.tegnagallery__single-view .sp-caption-container {
		text-align: left;
	}
	.tegnagallery__single-view .sp-caption-container p {
		margin: 0;
	}
	.sp-full-screen .sp-caption-container {
		color: #ffffff;
	}

.sp-slides-container {
}

.sp-full-screen-button {

}