.longShortRatioDiv {
   position: absolute; 
   top: 45px; 
   left: 22px;
   z-index: 10;
}

.rateChangeDiv {
   position: absolute; 
   top: 355px; 
   left: 22px;
   z-index: 10;
}

.controlsHolderDiv {
   position: absolute; 
   top: 675px; 
   left: 22px;
   width:  600px;
   text-align: center;
   z-index: 10;
}

.textDiv {
   text-align: justify;
   z-index: 10;
}

.guideLine {
  position: absolute; 
  top: 67px; 
  left: 100px;
  height: 565px; 
  width:  0px; 
  background: white; 
  border: 1px dotted #990000;
  z-index:100;
}

.bigbgDiv {
   position: absolute; 
   top: 0px; 
   left: 0px;
   width:  600px;
   height: 300px;
   z-index: 11;
}

.bigbgImg {
   width:  600px;
   height: 300px;
}

.smallbgDiv {
   position: absolute; 
   top: 20px; 
   left: 45px;
   width:  505px;
   height: 260px;
   border: 0px;
   z-index: 12;
}

.smallbgImg {
   width:  505px;
   height: 260px;
   border: 0px;
}

.graphDiv {
   width:  600px;
   height: 300px;
   position: absolute; 
   top: 0px; 
   left: 0px;
   z-index: 13;
}

.graphImg {
   width:  600px;
   height: 300px;
}


