*{margin:0; padding:0;}
#display{
  /*
  background:hsla(210,100%,50%,1);
  */
  height:30px;
  width:100%;
  overflow:hidden;
  position:relative;
}
#text{
  /*background:hsla(90,100%,50%,.5);*/
  cursor:pointer;
  overflow:hidden;
  position:absolute;
  left:10px;
  margin-right:10px;
  top:10px;
  width:100%
}

#bnr_div{
  /*
  background:hsla(210,100%,50%,1);
  */
  height:160px;
  width:100%;
  overflow:hidden;
  position:relative;
}
#bnr_img{
  /*background:hsla(90,100%,50%,.5);*/
  cursor:pointer;
  overflow:hidden;
  position:absolute;
  left:0px;
  margin-right:10px;
  top:10px;
  width:50%
}