@charset "utf-8";
	
#high_speed_setup {
	height: 480px;
	width: 300px;
	left: 0px;
	top: 0px;
	position: relative;
	color: #99ccff;
}
	
#electronic_water_valve {
	position: absolute;
	height: 120px;
	width: 150px;
	left: 20px;
	top: 39px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #14285f;
	z-index: 5;
	visibility: hidden;
}
#ir_sensor {
	position: absolute;
	height: 120px;
	width: 150px;
	left: 13px;
	top: 116px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #14285f;
	z-index: 2;
	visibility: hidden;
}

#hot_shoe {
	background-color: #14285f;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	height: 120px;
	width: 150px;
	top: 228px;
	position: absolute;
	z-index: 3;
	left: 106px;
	visibility: hidden;
}

#stop_shot {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	position: absolute;
	height: 120px;
	width: 150px;
	top: 286px;
	left: 146px;
	background-color: #14285f;
	z-index: 4;
	visibility: hidden;
}
