$().ready(function()
{
	$('ul.menu-gallery').SaltGallery();
	$('ul.hp-gallery').SaltGallery({
				speed: 2000,
				autorun: true,
				timeout: 3000});
});
