#eMulgasuContainer {

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, .9);
	display: none;

}

#eMulgasuCloseTrigger {

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

}

#eMulgasuImg {

	top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	max-width: 80%;
	max-height: 75%;

}

#eMulgasuShare {

	width: 100%;
	position: fixed;
	top: 15px;
	left: 0;
	text-align: center;

}

.eMulgasuShareButton {

	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin: 5px;
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;

}

.eMulgasuShareButton:hover {

	opacity: 1.0;

}

#eMulgasuShareFacebook {background-image: url("../graphics/mulgasu/share-facebook.png");}

#eMulgasuShareTwitter {background-image: url("../graphics/mulgasu/share-twitter.png");}

#eMulgasuShareGoogle {background-image: url("../graphics/mulgasu/share-googleplus.png");}

#eMulgasuShareLinkedin {background-image: url("../graphics/mulgasu/share-linkedin.png");}

#eMulgasuCaption {

	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;

}

#eMulgasuCaption h2 {

	margin-top: 40px;
	margin-bottom: 0px;

}

#eMulgasuCaption p {

	margin-top: 0px;

}

#eMulgasuCloseButton {

	width: 40px;
	height: 40px;
	background-image: url("../graphics/mulgasu/close.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 0.8;
	cursor: pointer;
	
}

#eMulgasuCloseButton:hover {

	opacity: 1.0;

}

#eMulgasuPreviousButton {

	width: 40px;
	height: 60px;
	background-image: url("../graphics/mulgasu/arrow.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 15px;
	left: 15px;
	cursor: pointer;
	opacity: 0.8;

	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	
}

#eMulgasuPreviousButton:hover {

	opacity: 1.0 !important;

}

#eMulgasuNextButton {

	width: 40px;
	height: 60px;
	background-image: url("../graphics/mulgasu/arrow.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 15px;
	right: 15px;
	cursor: pointer;
	opacity: 0.8;
	
}

#eMulgasuNextButton:hover {

	opacity: 1.0 !important;

}