$(document).ready(function () {
    $(".sf-menu").superfish(
    {
        autoArrows:     false,
    });

	$('#gallery a').lightBox(); // Select all links in object with gallery ID
});



