
jQuery.noConflict();
jQuery(function($){
 	jQuery('#customers>#rotate').cycle({
	 						timeout:3000,
	 						height:       'auto', // container height
	 						delay:3000
	 						});



});

