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

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

body {
  margin: 0px;
}

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

.images{
  position: absolute;
  top: 0px;
  left: 0px;
}


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

#clicktag {
  position: absolute;
  border:1px solid #000; 
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 997;
}


#tab{
  position: absolute;
  left:250px;
  top:10px;
  width: 71px;
  height: 100px;
}

#tab img{
  position: absolute;
  width: 100%;
  height: 100%;
}



#button {
position: absolute;
right:18px;
bottom:17px;
width:141px;
height:20px;
overflow: hidden;
border: 1px solid #000;
z-index: 1000;
    background-image: url('btnText.png');
    background-repeat: no-repeat;
    background-position: 50% 0%; 
}

#button:hover {
background-color: #000;
background-position: 50% 100%; 
cursor: pointer;
}
