@charset "utf-8";

body {
	height: 455px;
	text-align: center;
}

.controlBack {
	height: 169px;
}

.controlPanelBack {
	height: 157px;
	margin-top: 5px;
	position: absolute;
	width: 425px;
}

.specimenWindow {
	margin: 0 auto;
	position: absolute;
	left: 17px;
}

.specimenImage {
	height: 175px;
	width: 175px;
}

.histWindow {
	margin: 0 auto;
	position: absolute;
	left: 247px;
}

.histCan {
	height: 171px;
	width: 171px;
	background:white;
}

.histLblContainer {
	position: absolute;
	left: 200px; top: 73px;
}

#histCan {
	position: absolute;
	left: 2px; top: 27px;
}

#redLineCan {
	position: absolute;
	left: 2px; top: 27px;
}

#histYLbl1 {
	position: absolute;
	left: 10px; top: 0px;
	width: 28px;
	text-align: right;
}

#histYLbl2 {
	position: absolute;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	left: 0px; top: 87px;
	width:75px;
}

#histXLbl1 {
	position: absolute;
	left: 40px; top: 183px;
}

#histXLbl2 {
	position: absolute;
	left: 86px; top: 183px;
	width:88px;
}

#histXLbl3 {
	position: absolute;
	left: 198px; top: 183px;
}

#controlPanelBack {
	left: 5px;
}

#panelLeft {
	position: absolute;
	left: 28px;
	width: 185px;
}

#specimenCB {
	margin-top: 5px;
	width: 185px
}

#displayLbl {
	margin-top:10px;
}

#displaySegment {
	position: relative;
	height: 76px;
	margin-top: 5px;
}

#displaySegment > div {
	padding: 2px 0; width: 181px;
}

#panelRight {
	position: absolute;
	left: 253px;
	width: 150px;
}

#upperSlider {
	display: inline-block;
	position: relative;
	width: 150px;
	margin-top: 3px;
}

#lowerSlider {
	display: inline-block;
	position: relative;
	width: 150px;
	margin-top: 3px;
}

#slicingBtn {
	display: inline-block;
	height: 30px;
	position: relative;
	width: 140px;
}
