$(document).ready(function() {
	// alert('Привет! :)');

	$('#portfolio_content').cycle({
		fx: 'scrollHorz',
		prev: '#prev',
		next: '#next',
		speed: 800,
		timeout: 0,
		easing: 'easeInOutQuint',
		cleartypeNoBg: true
	});
});
