$(document).ready(function(){
		$('#wrapslide').cycle({ 
    		fx:'scrollLeft', 
    		random:  1 
		});
        
});

