// JavaScript Document
jQuery(document).ready(function() {
   $('#banneranim').cycle({
        fx:'fade',
		speed: 500,  
        timeout: 4000, 
        prev:'#prev',
        next:'#next',
		fit: 1
    });
   });
