$(document).ready(function(){
	$('#home-featured-items').cycle({ 
		timeout: 10000,
		pager: '#home-featured-nav',
		before: function(){
			// console.log($(this).attr('rel'));
			$('#home-page-project').html(''+$(this).attr('rel'));
		}
	});
	
	$('.scroll-pane').jScrollPane({scrollbarWidth:20, scrollbarMargin:10, showArrows: false});
	
	$('.colorbox').colorbox({rel:'team'});
});
