(function($){
    $(document).ready(function() {
        $('.widgets_social .widget_facebook').tabSlideOut({
           tabHandle: '.widgets_social .widget_facebook .icon',
           tabLocation: 'right',
           speed: 500,
           action: 'click',
           topPos: '175px',
           fixedPosition: false
        });
        /*
        $('.widgets_social .widget_twitter').tabSlideOut({
           tabHandle: '.widgets_social .widget_twitter .icon',
           tabLocation: 'right',
           speed: 500,
           action: 'click',
           topPos: '215px',
           fixedPosition: false
        });
        */
        $('.widgets_social .widget_mail').tabSlideOut({
           tabHandle: '.widgets_social .widget_mail .icon',
           tabLocation: 'right',
           speed: 500,
           action: 'click',
           topPos: '215px', /*topPos: '255px',*/
           fixedPosition: false
        });
    });
})(jQuery);

