.itp-social-buttons-box {
  margin-left: -6px;
  margin-top: -5px;
  padding-bottom: 15px;
  width: 100%;
  display:block;
  overflow:hidden;
  clear:both;
}

.itp-social-buttons-box h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}


.itp-social-buttons-box a img {
	border:0 !important;
}


.itp-sb-left a{
	border:0 !important;
	margin-right: 5px;
}

.itp-sb-right a{
	border:0 !important;
	margin-left: 5px;
}

.itp-sb-center a{
	border:0 !important;
	margin-left: 5px;
}

.itp-sbb-nl{
  border-top: none;
  border-bottom: none;
  
}

.itp-sbb-tl{
  border-top: thin solid #808080;
  border-bottom: none;
  padding-top: 5px;
}

.itp-sbb-bl{
    border-top: none;
  border-bottom: thin solid #808080;
  padding-bottom:5px;
}

.itp-sbb-bothl{
  border-top: thin solid #808080;
  border-bottom: thin solid #808080;
  padding-top: 5px;
  padding-bottom:5px;
  overflow:hidden;
}


.itp-sb-left{
	float:left;
}

.itp-sb-right{
    float:right;
}

.itp-sb-center{
    margin-left: auto;
    margin-right: auto;
    text-align:center !important;
}

/*ds*/

#face_like{
  background-image: url('images/apemh/face_out.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  padding-left: 20px;
  transition: all 0.5s !important;
  float: left;
}

#face_like:hover{
  background-image: url('images/apemh/face_in.png');
}

#twitter_like{
  background-image: url('images/apemh/twitter_out.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  padding-left: 20px;
  transition: all 0.5s !important;
  float: left;
}

#twitter_like:hover{
  background-image: url('images/apemh/twitter_in.png');
}

#in_like{
  background-image: url('images/apemh/in_out.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  padding-left: 20px;
  transition: all 0.5s !important;
  float: left;
}

#in_like:hover{
  background-image: url('images/apemh/in_in.png');
}

/*sd*/