/*global $ */

//
// Visual presentation jquery module
//
// @project			kangu.ro
// @subpackage		web.js
// @controller		projects/welcome
//

$(document).ready(function () {
		
	$('.recent-work').roundabout({
		shape: 'rollerCoaster',
		duration: 1200  
	});
	
});
