$(document).ready(function() {
    $('.brands').cycle({
		fx: 'scrollLeft'
	});
	$('#image-1-rotate,#image-2-rotate,#workshop-rotate').cycle({
		fx: 'fade',
		cleartypeNoBg: true
	});
});


