var $j = jQuery.noConflict();
$j(document).ready(function() {
	$j('#bgs').cycle({ 
		fx:    'fade', 
		speed:  4000 
	 });
});
