.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;

}	

.vertical
{
	border:2px dashed black;
	height:50vh;
	width:2vw;
	border-left:none;
}

.horizontal
{
	border:2px dashed black;
	height:3vh;
	border-top:none;
}


.objectImages
{
	height:100%;
}

.numbers
{
    text-align: center;
    font-size: 3vw;
    background-color: #99E8F3;
    margin: 2vh;
    border: 10px outset #79DEEC;
    border-radius: 2vh;
}
#nextDiv
{
	position:fixed;
	right:0;
}
.width
{
	width:65vw;
}
