$(document).ready(function(){
	 $('.silder-box ul').cycle({ 
            fx: 'scrollHorz', 
            startingSlide: 1,  // start on the slide that was in the markup 
            timeout:  5000, 
            speed:    600, 
            prev:    '.rgt-arrw', 
            next:    '.lft-arrw',
        }); 
});
