$( function () {
    $('#thumbnail-bar img').click( function (ev) {
        $('#product-image').attr('src', $(this).attr('image_src'));
    });
})

