// JavaScript Document


jQuery(document).ready(function() {


//this slide the logos you can change the speed use slow,fast or enter time in milisecond 
$('#slides').cycle({ 
    fx:     'scrollHorz', 
    speed:  'slow', 
    timeout: 18000,
	random:true

	});



 });
