#supersized, #supersized li {
	position:fixed;
	overflow: hidden !important;
	top: 0;
	left: 0
}
#supersized, #supersized a, #supersized li {
	width: 100%;
	height: 100%;
	display: block
}

#supersized, #supersized * {
	margin: 0;
	padding: 0
}
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../../images/progress.png) center center no-repeat;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}
#supersized {
	z-index: -999
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: 0;
	border: none
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges
}
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality
}
#supersized li {
	list-style: none;
	z-index: -30;
	background-size: cover;
	background-position: center center
}
#supersized li div.slide-content-container * {
	text-align: center;
	color: #fff
}
#supersized li div.slide-content-container {
	height: 100%;
	width: 100%
}
#supersized li div.slide-content-text {
	position: absolute;
	top: 50%;
	bottom: 50%;
	width: 100%
}
#supersized li.prevslide {
	z-index: -20
}
#supersized li.activeslide {
	z-index: -10
}
#supersized li.image-loading:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../../images/progress.png) center center no-repeat;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}
#supersized li.image-loading {
	width: 100%;
	height: 100%
}
#supersized li.image-loading img {
	visibility: hidden
}
#supersized li.activeslide img, #supersized li.prevslide img {
	display: inline
}
