#share{
  float: left;
   text-align: center;
   margin-left: 0px;

}


 #share1{
   float: left;
   text-align: center;
   margin-left: 8px;
 }


#share1 img:hover{
opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


.clear_sh { clear: both;}