@charset "utf-8";

body {
    height: 395px;
    text-align: center;
}

.specimenImage {
    height: 175px;
    width: 175px;
}

.controlBack{
    padding-bottom: 5px;
}

.controlBack > * {
    vertical-align: middle;
}

.controlPanelBack {
    display: inline-block;
    height: 55px;
    margin-top: 5px;
    padding: 0 10px;
}

#samplePanelLeft{
    margin-right: 5px;
}

#slider {
    display: inline-block;
    position: relative;
    width: 155px;
    margin-top: 5px;
}

#specimenCB {
    width: 201px;
    height: 22px;
    font-size: 11px;
    margin: 5px 10px;
}

#containAll {
    position: absolute;
    top: 50px;
    left: 95px;
    height: 246px;
    width: 246px;
}

#objectiveCan {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 246px;
    width: 246px;
}

#spriteContainer {
    position: absolute;
    top: 22px;
    left: 22px;
    height: 200px;
    width: 201px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    overflow: hidden;
}

#loadBackCon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 244px;
    width: 244px;
}

#loadingLbl {
    position: absolute;
    top: 113px;
    left: 63px;
    width: 120px;
    height: 20px;
}

#dicLbl {
    position: absolute;
    top: 250px;
    left: 43px;
    width: 160px;
    height: 20px;
}
