$(document).ready(function() {
	$('#slideRight').cycle({ 
	    fx:      'scrollLeft', 
	    speed:    500, 
	    timeout:  5000,
	    delay: -300
	});
	$('#slideLeft').cycle({ 
	    fx:      'fade', 
	    speed:    900, 
	    timeout:  5000,
	    delay: -300
	});	
	$('#testimonials').cycle({ 
	    fx:      'fade', 
	    speed:    300, 
	    timeout:  7000,
	    random: 1
	});
	$(".requestQuote").fancybox({
		'width': 422,
		'height': 415,
		'autoDimensions' : true,
        'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'type'				: 'iframe'
	});
});
