@font-face {
	font-family: 'Arial';
	src: url('../fonts/arial/arialmt.eot');
	src: url('../fonts/arial/arialmt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arial/arialmt.woff2') format('woff2'),
		url('../fonts/arial/arialmt.woff') format('woff'),
		url('../fonts/arial/arialmt.ttf') format('truetype'),
		url('../fonts/arial/arialmt.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}@font-face {
	font-family: 'century_gothic';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    overflow: hidden;
    margin: 0px;
    font-family:'century_gothic';
}
#main_cont {
    height: 630px;
    width: 800px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
}

.bg{
    background-color: black;
    width: 100%;
    height: 600px;
    top: 30px;
    position: absolute;
}
#container {
/*
    position: relative;
    width: 100%;
    height: 600px;
    top: 30px;
    
*/
    position: relative;
    width: 100%;
    height: 40px;
    top: 590px;
}
.slide-track{
/*	background-color:#cacaca;*/
	border-radius:3px;
	height:2px;
    margin: 0px 15px;
/*	box-shadow:0 0 2px rgb(81, 160, 215) inset;*/
    border: 1px solid #0590f1;
    position: relative;
}

.slide-button{
    width: 10px;
    height: 10px;
/*    background-color: #e9e9e9;*/
/*    box-shadow: 0 0 2px rgba(0,0,0,0.6);*/
    background-image: url(../images/pointer.png);
    background-size: 100%;
    background-repeat: no-repeat;
/*    border-radius: 5px;*/
    top: -9px;
	left: 0px;
    position: relative;
	cursor:pointer;
}

/*
.slide-button:hover{
	background-color:#b6b6b6;
}
.slide-button-click,
.slide-button-click:hover{
	background-color:#7a7a7a;
}
*/
.slider_cont {
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.play_btn {
    position: relative;
    width: 62px;
    height: 17px;
    top: 20px;
    font-size: 13px;
    background-color: #cacaca;
    margin: auto;
    border: 1px solid #fbfafa;
    border-radius: 3px;
    cursor: pointer;
}

.btn_txt {
    width: 62px;
    height: 17px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.play_btn:hover {
    border-color: #51a0d7;
}

.universe{
    position: absolute;
    top: 30px;
    color:aliceblue;
    width:800px;
    height: 600px;
    overflow:  hidden;
}

.page{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
/*
    -ms-transform: scale(1.5,1.5); 
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
*/
}

.animImg{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
/*    padding-left: 100px;*/
}

#instruction{
    position: absolute;
    color: #FFFFFF;
    bottom: 82px;
    width: 280px;
    font-size: 18px;
    font-family: "century_gothic";
    left: 15px;
}

.tempContainer{
    display: none;
}

.hitDiv{
    position: absolute;
    background-color: rgba(255,0,0, 0.5);
    color: #FFFFFF;
}

#rollText{
    color: white;
    position: absolute;
    top: 40px;
    background-color: black;
    padding: 6px;
    border-radius: 3px;
    border: 1.5px solid rgb(4, 108, 181);
    left: 50px;
    max-width: 200px;
/*    width: 200px;*/
}
/*

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;        
    image-rendering:   -o-crisp-edges;        
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  
}

*/
