$(document).ready(function(){
       
   if ($('#banner').length) {
       $('#banner').cycle({
          fx: 'scrollLeft',
          speed: 'slow',
          timeout: 6000,
          next: '#banner'

       });
   }
  $(".tt").tooltip({position: 'center right', delay:0, opacity:0.9, offset: [0,20] });


});



