#setup{
	position:absolute;
	width:380px;
	min-height:50px;
	top:0px;
	border:0px solid #fff;
	padding:10px;
	left:20px;
	border-style:dashed;
	display:none;
	overflow:hidden;
	background-color:#000;
	opacity: 0.9;
	z-index:999;

}
#texturemenu{
	position:absolute;
	width:300px;
	min-height:200px;
	left:500px;
	top:400px;
}
#setup p{
	font-size:12px;
	color:#8b8b8b;
	padding-top:0px;
}
#setup button{
	font-size:8px;
	width:40px;
	height:18px;
	border: none;
}
#setup input{
	font-size:8px;
	width:30px;
	height:18px;
	border: none;
}
#setup input[type="range"]{
	width:200px;
}
#setup output{
	color:#c3c3c3;
}
#setup span{
	color:#c3c3c3;
	font-family: 'Roboto Mono', ;
}
#setup span.result{
	color:#fff;
	float:right;
	padding-right:10px;
}
#setup h4{
	color:#ffea01;
	padding-bottom:5px;
}
.buttons{
	float:left;
	cursor: pointer;
}

.line{
	float:left;
	width:330px;
}
.stauch{
	float:left;
	width:23px;
	height:18px;
	color:#000;
	padding-left:4px;
	border-right:0px solid#fff;
	border-style:dashed;
	background-color:#000;
	cursor: pointer;
}
.desapear{
	display:none;
}
.menublock{
	float:left;
	width:100%;
	height:auto;
	border-bottom:1px solid#414141;
	border-style:dashed;
	padding-top:5px;
	padding-bottom:5px;
}
.menublock p{
	color:#fff;
}






















