
.spg_close
{ position:absolute;
  right:0px;
  top:0px;
  padding:0px;
  overflow:hidden;
  height:40px;
  text-align:right;
	cursor:pointer;
	line-height:40px;
	cursor:pointer;
	
	font-size:14px;
	width:200px;
	text-align:right;
	padding-right:40px;
	margin-right:00px;
	margin-top:30px;
}
.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;
}

.spg_close:hover
{ 
	color:#00aae6;

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


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

.spg_arr_r
{ width:100px;
  height:100px;
	background-image:url(/fileadmin/templates/images/CAD_Mouse_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/CAD_Mouse_Gallery/btn_right_hover.png);
	
}

.video_button
{ height:32px;
  background:url(/fileadmin/templates/images/3dxware/btn_play_video.png) top left no-repeat;
  margin-bottom:5px;
  padding-left:40px;
	color:#00aae6;
	line-height:32px;
	cursor:pointer;
	
}

.sp_gallery
{ background:#161616;
	
}

div.panel.newci_panel .panel_video
{ background:#000;
  min-height:200px;
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:none;
	-moz-transition-property: none;
-webkit-transition-property: none;
-o-transition-property: none;
transition-property: none;
position:absolute;
}

div.panel.newci_panel .panel_video .close
{ background:#161616;
  min-height:200px;
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:none;
	
}