$(function(){ 
	// find all the input elements with title attributes
	$('#store-sidebar-catalog-search input').hint('hinted-input'); // .css('color: green')  // 
});

