
.swappr {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swappr-loader {
	display: none;
}

.swappr-loading .swappr-loader {
	display: block !important;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #000 url(../img/swappr-loading.gif) 50% 50% no-repeat;
	opacity: .5;
}

.swappr-error {
	display: block !important;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: -25px 0 0 -100px;
	text-align: center;
	z-index: 9;
	background: rgba(255, 0, 0, .3);
	border: 1px solid rgba(200, 0, 0, .8);
	color: #C00;
}

.swappr-scene {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swappr-scene.swappr-active {
	position: relative;
}

.swappr-navigation {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 20px;
    text-align: center;
}

.swappr-navigation-bg {
    display: inline-block;
    background: rgba(0,0,0,.6);
    padding: 5px 0;
    height: 20px;
    line-height: 10px;
    margin: 0;
    -webkit-border-radius: 999em;
       -moz-border-radius: 999em;
            border-radius: 999em;
}

.swappr-navigation-link {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    background: rgba(255,255,255,.4);
    cursor: pointer;
    margin: 0 5px;
    
    -webkit-border-radius: 999em;
       -moz-border-radius: 999em;
            border-radius: 999em;
}

.swappr-navigation-link:hover { background: rgba(255,255,255,.8); }
.swappr-navigation-link.swappr-active { background: rgba(0,0,0,.2) !important; }

.swappr-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.swappr-slide.swappr-active {
	position: relative !important;
}

.autoheight .swappr-scene {
	position: relative;
}

img.swappr-slide {
	outline: none;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
	max-width: none !important;
	max-height: none !important;
}

.swappr-active {
	z-index: 3 !important;
}

.swappr-next
.swappr-prev {
	z-index: 2 !important;
}
