@charset "utf-8";

body {
    height: 550px;
    text-align: center;
}

.controlBack {
	height: 65px;
}

.controlPanelBack {
	height: 55px;
	margin-top: 5px;
	position: absolute;
	width: 180px;
}
#outsideButton {
	display: inline-block;
	height: 26px;
	position: absolute;
	margin-top: 5px;
	width: 100px;
	left:230px;
    top:398px;
}
#insideButton {
	display: inline-block;
	height: 26px;
	position: relative;
	width: 100px;
	left:0px;
    top:0px;
}
#insideButtonCan {
	display: inline-block;
	height: 26px;
	position: absolute;
	margin-top: 5px;
	width: 100px;
	left:230px;
    top:398px;
}
#microBodyCan {
    position:absolute;
    left:3px;
    top:15px;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
#microClosedCan {
    position:absolute;
    left:3px;
    top:15px;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
#staticBeamCan {
    position:absolute;
    left:-43px;
    top:-9px;
    width:500px;
    height:375px;
}
#upperDiaphragm2xSprite{
	position:absolute;
    left:190px;
    top:256px;
    width:68px;
    height:15px;
}
#lowerDiaphragm2xSprite {
    position:absolute;
    left:234px;
    top:328px;
    width:25px;
    height:65px;
}
#upperBeam2xSprite{
	position:absolute;
    left:45px;
    top:84px;
    width:254px;
    height:362px;
}
#lowerBeam2xSprite {
    position:absolute;
    left:-3px;
    top:15px;
    width:85px;
    height:173px;
}
#lowerCan {
    position:absolute;
    left:192px;
    top:255px;
    width:85px;
    height:173px;
}
#whiteWindow {
	position:absolute;
    left:65px;
    top:50px;
    width:410px;
    height:395px;
}
#closedCan{
	position:absolute;
    left:65px;
    top:50px;
    width:400px;
    height:370px;
}
.slider {
	display: inline-block;
	position:relative;
    width:164px;
	margin-top:5px;
    width:150px;
}

#illuminationSldrBack{
	position:absolute;
    left:364px;
    top:475px;
    width:175px;
    height:55px;
}

#apertureSldrLbl{
	position:relative;
	margin:5px 5px;
    width:105px;
}
#apertureSldrBack{
	position:absolute;
    left:184px;
    top:475px;
    width:175px;
    height:55px;
}
#fieldDiaphragmSlider {
    width:150px;
}
#fieldDiaphragmSldrLbl{
	position:relative;
	margin:5px 5px;
    width:105px;
}
#fieldDiaphragmSldrBack{
	position:absolute;
    left:4px;
    top:475px;
    width:175px;
    height:55px;
}

