$(document).ready(function()
{
	$('.bdiv').cycle({ 
		fx:     'scrollVert', 
		speed:  'slow', 
		timeout: 4000
	});
});
