$(document).ready(function(){
    $('#form_submit_img').hover(
        function () {
            $(this).css('background-image', '../../images/szablon/czytaj_wiecej_hover.jpg');
        },
        function () {
            $(this).css('background-image', '../../images/szablon/czytaj_wiecej.jpg');
        }
        );
});
