var slideBannerDelay = 10000;

$(document).ready(function(){
    $('.slideshow').cycle({
	fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	timeout: slideBannerDelay,
	pager: '#points'
    });
    
    $('#points a').html('<a href=""><img src="'+BASE_PATH+'/images/point-null.png"></a>');
});
