@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: #000;
}

.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;
}


.tabWrapper {
position: absolute;
width:242px;
height:230px;
    left: 262px;
    bottom: 0px;
overflow:hidden;
}

.tab {
position: absolute;
width:242px;
height:auto!;
top:0px;
left:0px;
}




.hart {
position: absolute;
width:303px;
height:auto!;
top: -78px;
left: -31px;
}


.gitaar {
    position: absolute;
    width: 117px;
    height: 117px;
    top: 95px;
    left: 40px;
}

.headphone {
position: absolute;
    width: 62px;
    height: 62px;
    top: 53px;
    left: 110px;
}

.camera {
    position: absolute;
    width: 76px;
    height: 76px;
    top: 49px;
    left: 55px;
}

.fotocamera {
    position: absolute;
    width: 73px;
    height: 73px;
    top: 145px;
    left: 101px;
}


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

#button:hover {
background-color: #00b3e3;
cursor: pointer;
border: 1px solid #00b3e3;
}
