@charset "UTF-8";
/* MAIN BANNER*/

a {outline : none;}
a img {outline : none;}
img {border : 0;}

body {
  margin: 0px;
}

#container {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
background-image: url("bg.jpg");
}

#glans {
  left: 38px;
  top: 0px;
}

#txt_4circle {
    right: -100px;
    top: -100px;
}

#product_2left {
  position: absolute;
  left: 190px;
  top: 10px;
}

#product_3right {
  position: absolute;
  right: 48px;
  top: 6px;
}


.images {
  position: absolute;
}

#btn {
position: absolute;
    top: 175px;
    right: 20px;
    width: 138px;
    height: 29px;
  border:2px solid #4e5f7e; 
}

#btn_txt {
position: absolute;
    top: 9px;
    left: 33px;
    width: 90px;
    height: 12px;
background-image: url("btn_txt.png");
}

#btn_arrow {
position: absolute;
    top: 6px;
    left: 7px;
    width: 14px;
    height: 17px;
background-image: url("btn_arrow.png");
}

#border {
  position: absolute;
  width: 298px;
  height: 248px;
  top: 0px;
  left: 0px;
  border:1px solid #c2c2c2; 
}

#overlay{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#clicktag {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}






