$jq(document).ready(function() { 
   $jq('#background').cycle({  
        fx:    'fade',  
        speed:  2000,
		width: "100%",
		timeout: 2000
/*		requeueTimeout: 250 */
     });
});  
