@charset "UTF-8";

.amazon {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/amz.png) no-repeat;
}

.amazon:hover {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/amz1.gif) no-repeat;
}

.toline {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/tps.png) no-repeat;
}

.toline:hover {
  display:inline-block;
  width:440px;
  height:110px;
  background:url(https://mfcdesign.files.wordpress.com/2014/04/tps1.gif) no-repeat;
}

.amazon:link {
}

.amazon:hover,.toline:hover {
  -webkit-transition:ease-in-out .5s;
  -moz-transition:ease-in-out .5s;
  transition:ease-in-out .5s;
  -o-transition:ease-in-out.5s;
  -ms-transition:.5s;
}