﻿body
	{background-color: black; color: white; font-family: arial; font-size: 0.875em; margin: 0%; -ms-overflow-style: -ms-autohiding-scrollbar;}
p
	{margin: 0em;}
img
	{vertical-align: middle; border: 0px;}
a
	{color: #af996b; text-decoration: none;}
a:hover
	{text-decoration: underline;}

.canvas
	{width: 100%; position: relative; overflow-x: hidden;}
.galleryBox
	{width: 100%; height: 100vh; overflow: hidden; position: relative;}
.arrowLeft
	{width: 3%; position: absolute; left: 2%; top: 48.5%; z-index: 91;}
.arrowRight
	{width: 3%; position: absolute; right: 2%; top: 48.5%; z-index: 91;}
.gallery
	{white-space: nowrap; width: 100%; height: 100%; position: relative; transition: 0.75s; -webkit-transition: 0.75s;}
.slide1, .slide2
	{width: 100%; height: 100%; text-align: center; display: inline-block; position: relative; transition: 1s; -webkit-transition: 1s;}
.slide2
	{width: 100%; height: 100%; text-align: center; position: absolute; left: 0; top: 0%; opacity: 0; transition: 1s; -webkit-transition: 1s;}
.slide
	{height: 100%;}
.status
	{color: #999999; font-size: 1.5em; padding: 0.5em; border: 2px solid #999999; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; position: fixed; right: 2em; bottom: 2em; z-index: 11;}

.isFull
	{width: 100%;}
.isHidden
	{display: none;}
