 #example1{
    float:left;
    margin:0 27% 0 27%;
  }
  .sharrre{
	  height:18px;
	  overflow:hidden;
    float:left;
	margin-top:18px !important;
	margin-right:3px !important;
  }
  .share_email{
	  width:18px;
	  height:18px;
	  overflow:hidden;
    float:left;
	margin-top:18px !important;
	margin-right:2px !important;
    background-image: url(images/icon_email.png);
	display:block;
    background-color: #666;
	cursor:pointer;
  }
  .share_email:hover {
    background-color: #888;
  }
  .sharrre .box a{
	  cursor:pointer;
  }
  .sharrre .box a:hover{
    text-decoration:none !important;
  }
  .sharrre .count {
    color:#444 !important;
    display:block !important;
    font-size:10px !important;
    line-height:18px!important;
    height:18px;
    position:relative;
    text-align:center;
    width:18px;
    background: #aaa; /* Old browsers */
	float:right;
  }
  .sharrre .count a {
	  
  }
  .sharrre .count:before, .sharrre .count:after {
  	content:'';
  	display:block;
  	position:absolute;
  	left:49%;
  	width:0;
  	height:0;
  }
  .sharrre .share {
    color:#FFFFFF;
    display:block !important;
    font-size:11px;
    height:18px;
    line-height:18px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:18px;
    background-color: #666;
	float:right;
  }
  .sharrre .share:hover {
	  background-color: #888;
  }
  #twitter .share {
    background-image: url(images/icon_twitter.png);
  }
  #facebook .share {
    background-image: url(images/icon_facebook.png);
  }
  #googleplus .share {
    background-image: url(images/icon_plus.png);
  }
  /*
  #twitter .share {
    text-shadow: 1px 0px 0px #0077be;
    filter: dropshadow(color=#0077be, offx=1, offy=0); 
    border:1px solid #0075c5;
    background: #26c3eb;
    background: -moz-linear-gradient(top, #26c3eb 0%, #26b3e6 50%, #00a2e1 51%, #0080d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26c3eb), color-stop(50%,#26b3e6), color-stop(51%,#00a2e1), color-stop(100%,#0080d6));
    background: -webkit-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%);
    background: -o-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%);
    background: -ms-linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%);
    background: linear-gradient(top, #26c3eb 0%,#26b3e6 50%,#00a2e1 51%,#0080d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c3eb', endColorstr='#0080d6',GradientType=0 );
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #5cd3f1 inset;
  }
  #facebook .share {
    text-shadow: 1px 0px 0px #26427e;
    filter: dropshadow(color=#26427e, offx=1, offy=0); 
    border:1px solid #24417c;
    background: #5582c9;
    background: -moz-linear-gradient(top, #5582c9 0%, #33539a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5582c9), color-stop(100%,#33539a));
    background: -webkit-linear-gradient(top, #5582c9 0%,#33539a 100%);
    background: -o-linear-gradient(top, #5582c9 0%,#33539a 100%);
    background: -ms-linear-gradient(top, #5582c9 0%,#33539a 100%);
    background: linear-gradient(top, #5582c9 0%,#33539a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5582c9', endColorstr='#33539a',GradientType=0 );
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #80a1d6 inset;
  }
  #googleplus .share {
    text-shadow: 1px 0px 0px #222222;
    filter: dropshadow(color=#222222, offx=1, offy=0); 
    border:1px solid #262626;
    background: #6d6d6d;
    background: -moz-linear-gradient(top, #6d6d6d 0%, #434343 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#434343));
    background: -webkit-linear-gradient(top, #6d6d6d 0%,#434343 100%);
    background: -o-linear-gradient(top, #6d6d6d 0%,#434343 100%);
    background: -ms-linear-gradient(top, #6d6d6d 0%,#434343 100%);
    background: linear-gradient(top, #6d6d6d 0%,#434343 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#434343',GradientType=0 );
    box-shadow: 0 1px 4px #DDDDDD, 0 1px 0 #929292 inset;
  }
  */