.SmallBox .wpa_clear{
  clear:both;
}
.SmallBox .wpa_fb_link{
  background:url('../img/fb-btn-share.png') no-repeat left top;
  width:210px;
  height:41px;
  cursor:pointer;
  float:left;
}
.SmallBox .wpa_fb_link:hover{
  background-position:left bottom;
}
.SmallBox .wpa_twr_link{
  background:url('../img/twr-btn-share.png') no-repeat left top;
  width:210px;
  height:41px;
  cursor:pointer;
  float:right;
  margin-right:-30px;
}
.SmallBox .wpa_twr_link:hover{
  background-position:left bottom;
}
