@charset "utf-8";

.mainscene{
	width: 435px;
	height: 430px;
	text-align: center;
}

.controlPanelBack{
	position: relative;
	display: inline-block;
	margin: 6px;
	padding: 6px;
	width: 160px;
}

.slider {
	margin-top: 4px;
}

#topWindow{
	position: relative;
	display: inline-block;
	width: 390px; height: 284px;
}

#topWindow > *{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#sldr{
	display: inline-block;
	position: relative;
	width: 150px;
}

#intensifier {
	position: absolute;
	top: 40px;
	left: 76px;
	height: 230px;
	width: 253px;
}

#canvas {
	position:absolute;
	left: 0px;
	width:100%; height:100%;
}

#textAndLines {
	position: absolute;
	top: 11px;
	left: 25px;
	width: 358px; 
	height: 255px;
}

#photoLbl {
	position: absolute;
	top: 24px;
	left: -7px;
}

#fluorescentLbl {
	position: absolute;
	left: 19px;
	top: 216px;
}

#ccdLbl {
	position: absolute;
	left: 99px;
	top: 234px;
}

#fiberLbl {
	position: absolute;
	left: 267px;
	top: 194px;
}

#microLbl {
	position: absolute;
	left: 270px;
	top: 139px;
}

#highLbl {
	position: absolute;
	left: -11px;
	top: 95px;
}

#windowLbl {
	position: absolute;
	left: 294px;
	top: 29px;
}

#photoLine {
	position: absolute;
	top: 65px;
	left: 58px;
	width: 73px; 
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(56deg);
	-moz-transform: rotate(56deg);
	-ms-transform: rotate(56deg);
	-o-transform: rotate(56deg);
	transform: rotate(56deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#fluorescentLine {
	position: absolute;
	top: 177px;
	left: 62px;
	width: 82px; 
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(108deg);
	-moz-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	-o-transform: rotate(108deg);
	transform: rotate(108deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#ccdLine {
	position: absolute;
	top: 205px;
	left: 114px;
	width: 74px; 
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(129deg);
	-moz-transform: rotate(129deg);
	-ms-transform: rotate(129deg);
	-o-transform: rotate(129deg);
	transform: rotate(129deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#fiberLine {
	position: absolute;
	top: 170px;
	left: 218px;
	width: 68px; 
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(41deg);
	-moz-transform: rotate(41deg);
	-ms-transform: rotate(41deg);
	-o-transform: rotate(41deg);
	transform: rotate(41deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#microLine {
	position: absolute;
	top: 118px;
	left: 228px;
	width: 51px; 
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(59deg);
	-moz-transform: rotate(59deg);
	-ms-transform: rotate(59deg);
	-o-transform: rotate(59deg);
	transform: rotate(59deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#highLine {
	position: absolute;
	top: 121px;
	left: 35px;
	width: 40px; 
	height: 2px;
	background-color: black;
}

#windowLine {
	position: absolute;
	top: 58px;
	left: 254px;
	width: 47px; 
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(131deg);
	-moz-transform: rotate(131deg);
	-ms-transform: rotate(131deg);
	-o-transform: rotate(131deg);
	transform: rotate(131deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
