/** Horizontal Counter **/
.wa_social_counter_hr {
	overflow:hidden;
}
.wa_social_counter_hr img {
  border:none;
}
.wa_social_counter_hr .button {
  float:left;
  margin:0 5px;
}

/** Vertical Counter **/
.wa_social_counter_vr {
  overflow:hidden;
}
.wa_social_counter_vr img {
  border:none;
}
.wa_social_counter_vr .button {
  float:left;
  margin:0 5px 0 0;
}

/****** Icons ******/
.wasocial {
	position:relative;
	text-align: left;
	float: right;
}
.wasocial .share_icon {
  margin-right:1px;
}
.wasocial a {
  text-decoration:none;
  font-size:12px;
  display:block;
}
.wasocial img {
  border:none;
}
.wasocial .icons {
	float:left;
	margin:5px;
	text-align: left;
}
.wasocial:hover .share {
  display:block;
}
.wasocial .share {
  display:none;
  background-image:url(icons/icons_bg.png);
  background-repeat:repeat-x;
  border:1px solid #000000;
  background-color:#D7D7D7;
  position:absolute;
}
.wasocial .share .wrapper {
  overflow:hidden;
}
/** Twitter **/
#custom-tweet-button a {
	width:16px;
	height:16px;
	display:inline-block;
    background: url(icons/twitter.png) left center no-repeat;
}
/** facebook **/
.FBConnectButton_Simple, .FBConnectButton_RTL_Simple {
	background-image:none !important;
	
}
.FBConnectButton_Simple .FBConnectButton_Text_Simple {
    background-image: url("icons/facebook.png") !important;
    display:block;
    height: 16px;
    width: 16px;
    margin:0 !important;
}
/**  digg **/
.db-wrapper .db-digger {
    background: url(icons/digg.png) no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
}
/** delicious **/
.large #delicious {
	border:none;
}
/** google buzz **/
a.google-buzz-button .buzz-button-2 {
	display:none !important;
}
a.google-buzz-button .buzz-button-1 {
    background: url(icons/google_buzz.png) no-repeat scroll 0 0 transparent !important;
    height: 16px !important;
    width: 16px !important;
}
a.google-buzz-button .buzz-button-3 {
	display:none !important;
}
/** stumble on **/
.badge6 .suHostedBadge a {
	background-image:url(icons/stumble_upon.png) !important;
}
/** digg **/
.db-wrapper .db-digger {
  cursor:pointer;
}
.wasocial_facebook_like {
	position:relative;
	text-align: left;
	float: right;
}
