/* CHANGING COLOR OF THE DOCUMENT */
body {
	background-color: #000000;
	/*overflow:hidden;*/
}

html {
	/*overflow:hidden;*/
}




.top_block {
	/*border: solid 1pt blue;*/
	width: 100%;
	height: 1.8%;
	margin: auto;
	left: 0;
	right: 0;
	/*bottom: 0;*/
	top: 0;
	position: fixed;
	background-color: black;
	z-index: 20;
	padding: 0;
}


/*THIS IS FOR THE VIEWFINDER ICON ON TOP OF EVERYTHING*/
.foreground {
	position: fixed;
	width: 21.60%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 17%;
	top: 0;
	z-index: 9;
	pointer-events: none;
}

/* PICTURE FRAME */ 
.cover {
	width: 33.33%; 
	position: relative;
	display: inline-block;
	float: left;
	line-height: 0px;
	padding: 0;
	margin:0;
}

.cover img {
	width: 100%;
	height: auto;
	overflow:hidden;
	padding:0;
	text-align: center;
	position: relative;
}


.detail {
	width: 33.33%; 
	position: relative;
	display: inline-block;
	float: left;
	line-height: 0px;
	padding: 0;
	margin:0;
	display: none;
}

.detail img {
	width: 100%;
	height: auto;
	overflow:hidden;
	padding:0;
	text-align: center;
	position: relative;
}

span.text-content {
	background: rgba (0,0,0,0.5);
	color: white;
/*	cursor: pointer;*/
	display: table;
	height: 20px;
	left:4%;
	position: absolute;
	top: 82%;
	bottom: 4%;
	right: 0;
	width:50%;
	border: solid 1pt none;
	overflow: none;
}

span.text-content span {
	text-align: left;
	top: 100%;
	position: absolute;
	font-family: helvetica, "sans-serif";
	font-size: 7pt;
	
}

/*putting this here to get rid of the scroll bar!*/
::-webkit-scrollbar { 
    display: none; 
}

/*This is for the overall tight margin around the frame*/
.viewfinder {
	background-color: blue;
	width: 65%;
	height: 81%;
	margin: auto;
	/*overflow: auto;*/ 
   /* margin-bottom: 2000px;*/
   /* margin-top: 0;*/
	margin-top: 1%;

}

#background {
	/*background-color: blue;*/
	width: 832px;
	height: 3091px;
	position: absolute;
	z-index: -6;
	/*border: solid 1pt white;*/

}

#white_border {
	position: absolute;
	z-index: -5;
	width: 832px;
	height: 2960px;
	border:solid 1pt white;

}
#ht {
	border-top: solid 1pt white;
	width: 828px;
	top: 182px;
	position: absolute;
	z-index: -4;
}

#hb {
	border-top: solid 1pt white;
	width: 828px;
	top: 366px;
	position: absolute;
	z-index: -3;
}

#vl {
	border-left: solid 1pt white;
	height: 2960px;
	width: 10px;
	right: 0;
	left: 274px;
	position: absolute;
	z-index: -2;
}

#vr {
	border-left: solid 1pt white;
	height: 2960px;
	right: 275.6px;
	position: absolute;
	z-index: -1;

}


.button_wrapper {
/*	border: solid 1pt red;*/
	height: 19%;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 81.5%;
	position: fixed;
	position: 1;
	background-color: black;
	
}

/*This line is for the navigation tool*/
.button_navigation {
	border: solid 1pt black;
	width: 63%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	padding: 0;
/*	background-color: black;*/
}


.scale {
/*	position: absolute;*/
	width: 80%;
/*	margin: 0;*/
	margin: auto;
	top: 20%;
	margin-top: 5%;
	/*z-index:3;*/
	/*margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;*/
	/*top: 88%;*/
}

button { 
	background-size: 100%; 
	width: 6%;
	height: 34.5%;
	background-color: Transparent;
	border: solid 0.1pt black;
    cursor:pointer;
    margin: 0;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	outline: none;
  /*  overflow: scroll;*/
}

.button_down2 {
	width: 5%;
	height: 80%;
	z-index: 6;
	position: absolute;
	/*border: solid 1pt black;*/
	margin: auto;
	left: 0;
	right: 0;
	bottom: 10%;
	top: 0;

}

#up {
	width: 1.30%;
	position: absolute;
	z-index: 1000;
	margin: auto;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
}

#block_up {
	width: 802.7px;
	height: 120px;
	margin: auto
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	/*border: solid 1pt green;*/
}

.button_number{
	position: absolute;
	margin: auto;
	padding: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 25%;
	z-index: 1;
	width: 100%;
	display: inline-block;

}

.button_-20 {
	background-image: url(../icon/-20_color.png);
	background-repeat:no-repeat;
	margin-left: 3.5%;
	margin-right: 4.5%;
}

/*#-20 {
	-webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     margin: 10px;
    overflow: hidden;
}

#-20:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}*/

.button_-15 {
	background-image: url(../icon/-15_color.png);
	background-repeat:no-repeat;
	margin-right: 4.75%;
}

.button_-10 {
	background-image: url(../icon/-10_color.png);
	background-repeat:no-repeat;
	margin-right: 4.8%;
}

.button_-5 {
	background-image: url(../icon/-5_color.png);
	background-repeat:no-repeat;
	margin-right: 14%;
}

/*This is show all*/

.try {
	background-image: url(../icon/down_white.png);
	background-size: 100%; 
	width:70%;
	height: 80%;
    cursor:pointer;
	position: absolute;
	margin: 0;
	z-index:2;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 1%;
	background-repeat:no-repeat;
}

/*This is show all */
.button_10 {
	background-image: url(../icon/10_color.png);
	background-repeat:no-repeat;
	margin-right: 4.8%;
}

.button_20 {
	background-image: url(../icon/20_color.png);
	background-repeat:no-repeat;
	margin-right: 4.8%;
}

.button_30 {
	background-image: url(../icon/30_color.png);
	background-repeat:no-repeat;
	margin-right: 4%;
}

.button_40 {
	background-image: url(../icon/40_color.png);
	background-repeat:no-repeat;
}


