@charset "UTF-8";

#spoilWrapper {
  display:inline-block;
  margin:0 auto;
  width:700px;
  height:170px;
  background:url(https://s26.postimg.org/gyqo7rc4p/bg_main.png) repeat rgba(51,51,51,1);
  text-align:center;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
}

.amazon {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/wt5khn0vd/amazon.png) no-repeat;
  background-position:top;
}

.amazon:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/wt5khn0vd/amazon.png) no-repeat;
  background-position:bottom;
}

.vsecret {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/pbwd2fbc9/vsecret.png) no-repeat;
  background-position:top;
}

.vsecret:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/pbwd2fbc9/vsecret.png) no-repeat;
  background-position:bottom;
}

.offtips {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/zfl2yks2x/offtips.png) no-repeat;
  background-position:top;
}

.offtips:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/zfl2yks2x/offtips.png) no-repeat;
  background-position:bottom;
}

.giftcard {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/fh57w77e1/giftcard.png) no-repeat;
  background-position:top;
}

.giftcard:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(https://s26.postimg.org/fh57w77e1/giftcard.png) no-repeat;
  background-position:bottom;
}

.amazon,.vsecret,.offtips,.giftcard {
  opacity:.7;
  border-radius:55px;
  border:1px solid #C06;
}

.amazon:hover,.vsecret:hover,.offtips:hover,.giftcard:hover {
  -webkit-transition:.6s;
  -moz-transition:.6s;
  -o-transition:.6s;
  -ms-transition:.6s;
  transition:.6s;
  opacity:1;
  border-radius:0;
  border:1px solid #C06;
}