@charset "utf-8";

body {
    height: 450px;
    text-align: center;
}

.specimenWindow {
	margin: 0 auto;
	position: relative;
	top: 22px;
}

.specimenImage {
	height: 175px;
	width: 175px;
}

.whiteWindow{
	position: absolute;
	width: 270px;
	height: 230px;
	left: 87.5px;
}

.controlBack {
	height: 125px; 
}

.controlPanelBack {
	height: 55px;
	margin-top: 5px;
	position: absolute;
	width: 215px;
}

#panelLeft {
	left: 5px;
}

#panelRight {
	right: 5px;
}

#panelCenter {
	top: 60px;
	right: 115px; 
}

.slider{
	display: inline-block;
	position: relative;	
	width: 80px;
	margin-top: 5px;
}

#sldrAtxt{
	position: absolute;
	top: 35px;
	left: 165px;
}

#sldrBtxt{
	position: absolute;
	top: 35px;
	right: 25px;
	z-index: 1;
}
#sldrCtxt{
	position: absolute;
	top: 95px;
	left: 265px;
	z-index: 1;
}

#refract{
	position: absolute;
	top: 5px;
	left: 2px;
	width: 256px;
	height: 208px;
	color: rgb(0, 255, 0);
}

.diagramTextBlack{
	position: absolute;
	z-index: 4;
}

#topT{
	top: 5px;
	left: 130px;
}

#ns{
	top: 60px;
	left: 126px;
}

#topRI{
	top: 100px;
	left: 99px;
}

#nm{
	top: 150px;
	left: 129px;
}

#bottomRI{
	top: 167px;
	left: 99px;
}

#topOP{
	top: 90px;
	left: 212px;
}

#bottomOP{
	top: 180px;
	left: 212px;
}

#equation{
	top: 205px;
	left: 17px;
}

#bigCan{
	position: absolute;
	z-index: 3;/*2*/
	left: 88px;
	top: 21px;
	border-radius: 13px;
}
#lilCan{
	position: absolute;
	z-index: 2; /*2*/
	left: 103px;
	top: 30px; /*37px*/
}
#lineCan{
	position: absolute;
	z-index: 3;
	left: 88px;
	top: 6px;
}

#slderAtxt{
	left: 1px;
}

#slderBtxt{
	left: -1px;
}