$(document).ready(function() {
     $('.gallery a').lightBox();

    $('.image_banner').cycle({
		fx: 'fade',
                speed:    2000, 
                timeout:  5000,
                random:   1
	});

});

