@charset "utf-8";

body {
    width: 460px; height: 400px;
    text-align: center;
}

#whiteBkgd {
    display: inline-block;
    position: relative;
	width: 410px; height: 260px;
}

#whiteBkgd > *{
	position: relative;
    display: inline-block;
    vertical-align: middle;
}

.diagramTextBlack {
    display: inline-block;
    position: relative;
}

#specimenContent {
    display: block;
    width: 215px; height: 225px;
}

#aperture {
    position: absolute;
    left: 72px; top: 40px;
    z-index: 3;
}

#labelLine {
    position: absolute;
    left: 69px; top: 121px;
    width: 24px; height: 2px;
    z-index: 6;
}

#labelLine2 {
    position: absolute;
    left: 62px; top: 74px;
    width: 15px; height: 2px;
    z-index: 7;
}

#verticalLine { 
    position: absolute;
    left: 115px; top: 30px;
    width: 2px; height: 57px;
    z-index: 5;
}

#angContainer {
    position: absolute;
    width: 87px; height: 21px;
    left: 128px; top: 168px;
    z-index: 8;
}

#labelLine3 {
    position: absolute;
    left: -13px; top: 9px;
    width: 13px; height: 1px;
}

#blackArrow {
    position: absolute;
    left: 1px; top: 4px;
    width: 25px; height: 10px;
}

#lblAng {
    position: absolute;
    left: 28px; top: 2px;
}

#verticalLineContainer {
    position: absolute;
    left: 115px; top: 120px;
    width: 3px; height: 120px;
    overflow: hidden;
}

#verticalLine2 {
    position: relative;
    left: 0px; top: 0px;
    width: 3px; height: 120px;
    z-index: 4;
}

#slideContainer {
    position: absolute;
    width: 143px; height: 38px;
    left: 36px; top: 216px;
}

#slide {
    position: relative;
    left: 10px; top: 0px;
    z-index: 1;
}

#diagonalLine {
    position: absolute;
    height: 15px; width: 15px;
    left: 63px; top: 8px;
    z-index: 6;
}

#specimenLbl {
    left: -35px; top: 4px;
}

#verticalLine3 {
    position: absolute;
    left: 115px; top: 229px;
    width: 1px; height: 11px;
    background-color: black;
}

#rayCan {
    position: relative;
    left: 8px; top: -99px;
    width: 55px; height: 97px;
    z-index: 2;
}

#objective {
    position: absolute;
    left: 7px; top: 68px;
}

#frontLens {
    position: absolute;
    left: 6px; top: 115px;
}

#textContainer {
    left: -2px; top: -59px;
}

#textContainer > *{
    margin-bottom: 2px;
}

#naContainer1 {
    position: relative;
    width: 180px;
}

#naContainer2 {
    position: relative;
    top: 20px;
    width: 180px;
}

#magValLbl {
    top: 40px;
    width: 190px;
    text-align: left;
}

.controlBack{
	padding-bottom: 5px;
}

.controlBack > * {
	vertical-align: middle;
}

.samplePanelLeft {
	margin-right: 40px;
}

.controlPanelBack {
	display: inline-block;
	height: 55px;
	margin-top: 5px;
	padding: 0 10px;
}

#apSldr {
	display: inline-block;
	position: relative;	
	width: 100px;
	margin-top: 5px;
}