.sp_gallery
{ width:100%;
  height:100%;
  position:fixed;
  left:0px;
  top:0px;
  background:#fff;
	z-index:1000;
	display:none;
}



.spg_header_1
{ position:absolute;
  font-family: 'DINProCondRegular';
  font-size:56px;
	color:#00aae6;
  left:0px;
  top:40px;
  width:auto;
  padding-left:50px;
  display:block;
  text-align:left;
  
	
}

.spg_viewport_wrapper
{ position:absolute;
  display:block;
  width:100%;
  height:100%;
 
  
}
.sp_gallery sup
{ font-size:14px;
	
}

.spg_dot_wrapper
{ position:absolute;
  display:block;
  width:100%;
  height:14px;
  bottom:30px;
  left:0px;
  border:0px solid red;
  text-align:center;
  
}

.spg_dot_wrapper .dot
{ width:14px;
  height:14px;
   display:inline-block;
  background-position:center bottom;
  background-repeat:no-repeat;
	background-image:url(/fileadmin/templates/images/space_spg/btn_slides.png);
	cursor:pointer;
}

.spg_dot_wrapper .dot_active
{ width:14px;
  height:14px;
   display:inline-block;
  background-position:center top;
  background-repeat:no-repeat;
	background-image:url(/fileadmin/templates/images/space_spg/btn_slides.png);
	
}
.spg_viewport
{ position:absolute;
  font-family: 'DINProCondRegular';
  font-size:56px;
	
  left:0px;
  top:0px;
 
  display:block;
  
  border:0px solid red;
  
  display:block;
  text-align:left;
  color:#00aae6;
  margin:120px;
  background-size:contain;
  background-position:center center;
  background-repeat:no-repeat;
	background-image:url(/fileadmin/templates/images/snfn/SNFN_product_05.jpg);
}


.spg_arr_l
{ width:100px;
  height:100px;
	background-image:url(/fileadmin/templates/images/snfn/btn_left.png);
	background-repeat:no-repeat;
	background-position:right center;
	position:absolute;
	left:10px;
	cursor:pointer;
	top:45%;
}

.spg_arr_l:hover
{background-image:url(/fileadmin/templates/images/snfn/btn_left.png);
	
}

.spg_arr_r
{ width:100px;
  height:100px;
	background-image:url(/fileadmin/templates/images/snfn/btn_right.png);
	background-repeat:no-repeat;
	background-position:right center;
	position:absolute;
	right:10px;
	cursor:pointer;
	top:45%;
}

.spg_arr_r:hover
{ background-image:url(/fileadmin/templates/images/snfn/btn_right.png);
	
}

.spg_close
{ 
	
	position:absolute;
  right:30px;
  top:30px;
  padding:0px;
  overflow:hidden;
  height:40px;
  text-align:right;
	cursor:pointer;
	line-height:40px;
	cursor:pointer;
	color:#6b6b6b;
	font-size:14px;
	padding-right:40px;
	
}
.spg_close:hover
{ 
	
	color:#6b6b6b;
	
	
}

.spg_close .close_img {
  position: relative;
  float: right;
  background: url(/fileadmin/templates/images/3dx_euclid/btn_close_std.png) center center no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: 00px;
}



