$(document).ready(function(){
	
	$(".mod-multi-dealer-contact-box .info .dealer-name").tooltip({
		tip: ".tooltip",
		effect: 'slide',
        relative: true,
		position: 'bottom right'
	}).dynamic( { 
        bottom: { 
            direction: 'down', 
            bounce: true 
        },
        right: { 
            direction: 'left', 
            bounce: true 
        }
    });
	
});
