jQuery(document).ready(function(){
//Facebook
jQuery('.FBConnectButton').css('background','none')
jQuery('.FBConnectButton_Small').css({background:'url(http://fluenz.com/images/share-button-facebook.jpg)', width:'84px', height:'27px'})
jQuery('.FBConnectButton_Text, .fb_share_count_nub_right, .fb_share_count').remove()

//Buzz
jQuery('.buzz-button-1').css({background:'url(http://fluenz.com/images/share-button-buzz.jpg)', width:'86px', height:'27px'})
jQuery('.buzz-button-2, .buzz-button-3').remove()
jQuery('a.google-buzz-button').css('position','absolute')
})
