/**
 * 
 */

jQuery(document).ready(function(){
	jQuery('img,input').tooltip({
		showURL: false,
		opacity:1
	});
});
