//     jQuery.noConflict();

     // Put all your code in your document ready area

     jQuery(document).ready(function($){

     // Do jQuery stuff using $ this where the functions need to go   


$(document).ready(function(){


	$('div#slideshow').cycle({ 
    fx:     'fade', 
	timeout: 6000, 
    delay:  -2000,
    next:   'a#next', 
    prev:   'a#prev',
	pause:   1 
	});

/*------------ VEHICLE IDENTITY DIVISION ---------------*/


	
	$('div#image_slider').cycle({ 
	fx:     'fade', 
	timeout: 7000, 
    delay:  -2000,
    next:   'a#next', 
    prev:   'a#prev',
	pause:   1 
	});
	
	/*------------ CLIENT LOGO SLIDER ---------------*/


	
	$('div#clients_slider').cycle({ 
	fx:     'scrollHorz', 
	timeout: 9000, 
    delay:  -1000,
    next:   'a#next', 
    prev:   'a#prev',
	pause:   3 
	});
	
	
	});
		   
});
