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

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

body {
  margin: 0px;
}

#container {
  position: absolute;
  width: 970px;
  height: 250px;
  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:325px;
  top:27px;
  width: 120px;
  height: 195px;
}

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


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

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