$(function() {
        $('#gallery').lightBox();
    });

function roll_on (image, id)
{
	$('#'+id).attr("src", image);
}

