$(document).ready(function() {
	$('div#project_detail').parent('div#content').addClass('no-scroll');
	$('div#content').jScrollPane({showArrows:true, scrollbarWidth: 14, arrowSize: 15});
	$('div#images').cycle({
		fx: 'fade',
		timout: 5000,
		speed: 2000,
		prev: '#prev',
		next: '#next',
		height: 'auto'
	});
});

