$j(document).ready(function($j){
	$j('div#banner-slides').cycle({
        timeout: 	8000,
        delay:		-4000
    });
});
