/*******************************************************************
					fblike box
********************************************************************/
#fblike-box {
  position: fixed;
  z-index: 5101;
  top: 260px;
  right: -296px; }

div#fblike-box.left_fb {
  left: -296px;
  right: auto; }

div#fblike-box.left_fb .outside {
  float: left; }

#fblike-box .outside {
  position: relative;
  z-index: 1;
  background: #3b5999;
  padding: 2px;
  min-width: 1px;
  float: right; }

#fblike-box .inside {
  position: relative;
  z-index: 2;
  background: #fff; }

#fblike-box .belt {
  position: relative;
  z-index: 0;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 0;
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 21px;
  background: #425f9c;
  border: 3px solid transparent;
  border-left: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#fblike-box:hover .belt {
  color: #425f9c;
  background: #fff;
  border-color: #425f9c; }
