@font-face {
	font-family: 'ArialEmbed';
	src: url('../fonts/arialmt.eot');
	src: url('../fonts/arialmt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arialmt.woff2') format('woff2'),
		url('../fonts/arialmt.woff') format('woff'),
		url('../fonts/arialmt.ttf') format('truetype'),
		url('../fonts/arialmt.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{
	box-sizing:border-box;
	cursor:default;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently
								  not supported by any browser */
}
body{
	border:0;
	margin:0;
	padding:0;
}

.dummy{
    width: 800px;
    height: 22px;
}

.main{
/*	margin:0 auto;*/
	width:802px;
	height:620px;
	background-color:#444;
	border:1px solid #000;
	font-family: 'ArialEmbed',Arial, sans-serif;
	position: relative;
}
.title{
	width: 800px;
    height: 32px;
    background-color: #ddd;
    line-height: 2.5;
    text-indent: 15px;
    font-weight: 600;
    font-size: 10pt;
    box-shadow: 0 0 40px #fff inset;
}
.galaxies-container{
	position:relative;
	width:800px;
	height:500px;
    overflow: hidden;
	background-color:#000;
	border-bottom:1px solid #000;
	box-shadow: 0 0 4px rgba(0,0,0,0.8) inset;
	/*background:#21248e url('../img/bg.jpg') no-repeat 0 0;
	background-size:100% 100%;*/
	
}
.focuser{
	position: absolute;
    top: 235.5px;
    left: 382.5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ee1c4e;
    cursor: pointer;
    z-index: 3;
	background-color: rgba(255, 255, 255, 0.01);
	
}
.focuser>div{
	position: absolute;
    background-color:#ee1c4e;
    cursor: pointer;
}
.focus-left{
    top: 15px;
    left: -4px;
    width: 8px;
    height: 2px;
}
.focus-right{
    top: 15px;
    left: 27px;
    width: 8px;
    height: 2px;
}
.focus-top{
    top: -4px;
    left: 15px;
    width: 2px;
    height: 8px;
}
.focus-bottom{
    top: 27px;
    left: 15px;
    width: 2px;
    height: 8px;
}
.galaxy{
    position: absolute;
    top: 390px;
    left: 350px;
    width: 25px;
    height: 25px;
	font-size: 12pt;
    text-shadow: 0 0 10px #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 50%;
    background-color: rgb(40, 50, 160);
    background-image: url('../img/galaxy1.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    box-shadow: 0 0 5px #000 inset;
}
.galaxy_click{
    position: absolute;
    top: 390px;
    left: 350px;
    width: 25px;
    height: 25px;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.01);
}
.galaxy_dist_board{
	position: absolute;
    bottom: 18px;
    left: 615px;
    font-size: 10pt;
    text-align: center;
    font-weight: 600;
    color: #00ff00;
}
svg{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.slide-track{
	margin:15px;
	background-color:#cacaca;
	border-radius:3px;
	height:5px;
	box-shadow:0 0 2px rgba(0,0,0,0.6) inset;
    
    position: relative;
}
.slide-board{
    position: absolute;
    width: 40px;
    height: 24px;
    left: -14px;
    top: -30px;
/*    line-height: 1.9;*/
    padding: 5px;
    background-color: #000;
    color: #fff;
/*    font-size: 10pt;*/
    text-align: center;
/*    font-weight: 600;*/
    border-radius: 2px;
    box-shadow: 0 0 5px #000;
	display:none;
    
    top:-35px;
}



.slide-board1{
    position: absolute;
    width: 6%;
    height: 4%;
    left: 30px;
    top: 89.5%;
    line-height: 1.5;
    width: 200%;
    height: 110%;
    left: -100%;
    top: 0%;
    line-height: 1.9;
    background-color: #000;
    color: #fff;
    font-size: 10pt;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: 0 0 5px #000;
    display: none;
    
    /*
    position: absolute;  
    width: 40px;
    height: 24px;
    left: -14px;
    top: -39px;
    line-height: 1.9;
    
    
    background-color: #000;
    color: #fff;
    font-size: 10pt;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: 0 0 5px #000;
	display:block !important;
    */
}

.slide-button1{
    width: 2%;
    height: 300%;
    /* background-color: rgba(0,0,0,0.01); */
    /* box-shadow: 0 0 2px rgba(0,0,0,0.6); */
    border-radius: 5px;
    top: -280%;
    left: 155px;
    position: relative;
    cursor: pointer;
    
    /*
    width: 1px;
    height: 1px;
    background-color: rgba(0,0,0,0.01);
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 5px;
    top: -3px;
	left: 155px;
    position: relative;
	cursor:pointer;
    */
}

.slide-button{
    width: 10px;
    height: 10px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 5px;
    top: -3px;
	left: 155px;
    position: relative;
	cursor:pointer;
}

.slide-button:hover{
	background-color:#b6b6b6;
}
.slide-button-click,
.slide-button-click:hover{
	background-color:#7a7a7a;
}
.device-button{
     -ms-transform: scale(2); 
    /* IE 9  */
   	-webkit-transform: scale(2);
    /*   Safari  */
    transform: scale(2);
}
.LabelTxt{
	position: absolute;
    top: 0px;
    font-family: 'ArialEmbed';
}
.LabelTxt div{
    font-size: 0.8em;
    position: absolute;
	font-weight: normal;
	z-index:3;

    font-weight: bold;
}
.LabelTxt #labelTxt_1{
	top: 1%;
    left: 1%;
}
.LabelTxt #labelTxt_2{
    top: 86.7%;
    left: 2%;
}
.LabelTxt #labelTxt_3{
    top: 81%;
/*
    left: 65%;
    width: 30%;
*/
    
    left: 70%;
    width: 25%;
    
/*    width: 270px;*/
    text-align: right;
    height: 5%;
}

.slide-track1{
/*    margin: 15px;*/
/*    background-color: #cacaca;*/
    border-radius: 3px;
    /* height: 5px; */
/*    box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;*/
    position: relative;
    top: 94%;
    left: 2%;
    width: 96%;
    height: 1%;
    display: none !important;
}

.slide-track3{
	margin:15px;
	background-color:#cacaca;
	border-radius:3px;
	height:5px;
	box-shadow:0 0 2px rgba(0,0,0,0.6) inset;
}

.slide-board3{
    position: absolute;

    left: -14px;
    top: -30px;

    padding: 5px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 0 5px #000;
/*	display:none;*/
    top:-30px;
}

.slide-button3{
    width: 10px;
    height: 10px;
    background-color: #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border-radius: 5px;
    top: -3px;
	left: 155px;
    position: relative;
	cursor:pointer;
}