.fb-float-likebox {
  background: url("//1.bp.blogspot.com/--tscpVzcBjo/TdUarKtcAlI/AAAAAAAAA3I/qVkypiYO9rc/s150/w2b_facebookbadge.png") no-repeat scroll left center transparent !important;
  display: block;
  float: right;
  height: 270px;
  padding: 0 5px 0 46px;
  width: 245px;
  z-index: 99999;
  position:fixed;
  right:-250px;
  top:20%;
}
.fb-float-likebox div {
  border:none;
  position:relative;
  display:block;
}
.fb-float-likebox span {
  bottom: 12px;
  font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;
  position: absolute;
  right: 6px;
  text-align: right;
  z-index: 99999;
}
.fb-float-likebox span a {
  color: #808080;
  text-decoration:none;
}
.fb-float-likebox span a:hover {
  text-decoration:underline;
}

.social-tab-cont{
	position:fixed; display:block; overflow:hidden; right:-170px; z-index:9999; text-align: left; width: 150px;
	background-color:#fff; background-repeat: no-repeat; padding:5px; padding-left:50px; display: block; height:25px !important;
	box-shadow:1px 1px 1px 0px #000; -moz-box-shadow:1px 1px 1px 0px #000; -webkit-box-shadow:1px 1px 1px 0px #000;
		
	-moz-transition:right ease-in-out 0.5s;
	-webkit-transition:right ease-in-out 0.5s;
	-o-transition:right ease-in-out 0.5s;
	-ms-transition:right ease-in-out 0.5s;
	transition:right ease-in-out 0.5s;
}
.social-tab-cont:hover{
	right:0px;
}
.fb-tab{
	bottom:130px; background-image: url(images/facebook-flat.png);
}
.li-tab{
	bottom:90px; background-image: url(images/linkedin-flat.png);
}
.tw-tab{
	bottom:50px; background-image: url(images/twitter-flat.png);
}
.gp-tab{
	bottom:10px; background-image: url(images/googleplus-flat.png);
}