jQuery(function($){
	var opts = { 
		source: function(i){ return this.src.replace(/(jpg|gif)$/,'png'); },
		align : 'bottom',
		size : 85,
		labels : false,
		duration : 300
	};
	$(".demo").jqDock(opts);
});
