$(function() {
$(".banner-images").cycle({
	    fx: 'fade',
	    random: 1,
	    timeout:  2000
    });
});