function galleryOver(offset) {
	$('.restaurant-gallery-large').css('background-position', '0 ' + (offset * -302) + 'px');
}

function galleryOut() {
	$('.restaurant-gallery-large').css('background-position', '0 0');
}