$(document).ready(function() {
             $('#testimonials')
	       
	       .cycle({
                fx: 'scrollRight', // choose your transition type, ex: fade, scrollUp, scrollRight, shuffle
		pager:  '#nav'
                });
              });
