.ngfullscreenslidesstage {
	display: none;
}

.ngfullscreenslides audio {
	display: none;
}

.ngfullscreenslidesstage h1 {
	position: absolute ;
	color: #ffffff ;
	text-shadow: 0 0 10px #000000 ;
	margin: 0 ;
	padding: 0 ;
	line-height: 100% ;
}

h1.ngfullscreencaptionstopleft {
	top: 64px;
	left: 64px;
}

h1.ngfullscreencaptionstopright {
	top: 64px;
	right: 64px;
}

h1.ngfullscreencaptionsbottomleft {
	bottom: 64px;
	left: 64px;
}

h1.ngfullscreencaptionsbottomright {
	bottom: 64px;
	right: 64px;
}


.ngfullscreenslidesstagerunning {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 2010;
	display: block !important;
}


.ngfullscreenslidesnav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	transition: opacity 0.5s;
}

.ngfullscreenslidesnavright {
	width: auto;
	float: right;
}

.ngfullscreenslidesnavleft {
	width: auto;
	float: left;
}


.ngfullscreenslidesnavbutton  {
	width: 24px;
	height: 32px;
	background: url(../img/sprites.svg) no-repeat -8px 0;
	float: left;
	cursor: pointer;
	position: relative;
}

.ngfullscreenslidesnavbutton>img {
	position: absolute;
	bottom: 32px;
	right: 0;
	display: none;
	border-width: 4px 4px 0 4px;
	border-style: solid;
}

.ngfullscreenslidesnavbutton:hover>img {
	display: block;
}

.ngfullscreenslidesnavbuttonactive {
	background-position: -8px -32px;
}

.ngfullscreenslidesstage>img {
	display: block;
	position: absolute;
}


.ngfullscreenslidesnext, .ngfullscreenslidesprev, .ngfullscreenslidesfullscreen, .ngfullscreenslidesaudio, .ngfullscreenslidesclose, .ngfullscreenslidesplay, .ngfullscreenslidespause {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: opacity 0.5s;
}

.ngfullscreenslideshide
{
	opacity: 0;
}

.ngfullscreenslidesfullscreen
{
	background-position: 0 -64px;
	float: left;	
}

.ngfullscreenslidesaudio
{
	background-position: 0 -160px;
	float: left;
}

.ngfullscreenslidesmute
{
	background-position: 0 -192px !important;
}

.ngfullscreenslidesplay
{
	background-position: 0 -256px;
	float: left;
}

.ngfullscreenslidespause
{
	background-position: 0 -224px !important;
}

.ngfullscreenslidesclose
{
	background-position: 0 -288px !important;
	position: absolute;
	top: 0;
	right: 0;
}



.ngfullscreenslidesnext {
	background-position: 0 -128px;
	margin-top: -48px;
	right: 0;
	top: 50%;
	position: absolute;
}

.ngfullscreenslidesprev {
	background-position: 0 -96px;
	margin-top: -48px;
	left: 0;
	top: 50%;
	position: absolute;
}

.ngfullscreenslidesposter {
	display: block;
	cursor: pointer;
	position: relative;
}

.ngfullscreenslidesposter>img {
	display: block;
	top:0;
	left:0;
	width: 100%;
	height: auto;
}

.ngfullscreenslidesposter>div {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}

.ngfullscreenslidesposter:hover>div {
	opacity: 1;		
}