body {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.cvComicContainer {
	cursor: pointer;
	display: none;	/* Fade in on load */
}

#Comic
{
    background-color: #000;
}

#cvLoader {
	display: none;
}

#cvOverlay {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: block;
	margin: 0 auto;
	opacity: 0;
}

#cvErrorOverlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
	margin: 0 auto;
	opacity: .5;
	z-index: 2;
}

.cvImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	cursor: pointer;
}

#Comic:-webkit-full-screen, #Comic.html5-fullscreen-api, #Comic.-moz-full-screen
{
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}

#FullScreenComic
{
    display: none;
    top: 0px;
    position: absolute;
    right: 0px;
    width: 25px;
    height: 25px;
    margin: 10px;
    background-image: url("../../images/fullscreen.png");
    background-size: contain;
    z-index: 9999;
}

.html5-fullscreen-api #FullScreenComic
{
    background-image: url("../../images/nofullscreen.png");
}

#Comic:-webkit-full-screen #FullScreenComic
{
    background-image: url("../../images/nofullscreen.png");
}

#Comic:-moz-full-screen #FullScreenComic
{
    background-image: url("../../images/nofullscreen.png");
}