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


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

.spg_viewport_wrapper {
  position:absolute;
  display:block;
  width:100%;
  height:100%;
}


.sp_gallery sup {
  font-size: 15px;
  font-weight: normal;
}


.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/spacem_gallery/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/spacem_gallery/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:#fff;
  margin:120px;
  background-size:contain;
  background-position:center center;
  background-repeat:no-repeat;
}


.spg_arr_l {
  width:100px;
  height:100px;
	background-image:url(/fileadmin/templates/images/spacem_gallery/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/spacem_gallery/btn_left_hover.png);
}


.spg_arr_r {
  width:100px;
  height:100px;
	background-image:url(/fileadmin/templates/images/spacem_gallery/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/spacem_gallery/btn_right_hover.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:#00aae6;
}

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

.spg_close:hover .close_img {
  background: url(/fileadmin/templates/images/spacem_gallery/btn_close_hover.png) center center no-repeat;
}




