jQuery(window).load(function() {
	jQuery('#slider').nivoSlider({
		effect:'fold',
		slices:10,
		pauseTime:8000,
		animSpeed:800,
		directionNav:false,
		controlNav:false,
		pauseOnHover:false,
		keyboardNav:false	
	});
});

jQuery(document).ready(function() {
	jQuery("a.project_screenshot").fancybox({
		'transitionIn'	:  'linear',
		'transitionOut'	:  'linear',
		'padding'       :  '0',
		'titleShow'     :  'false',
		'overlayOpacity' : '0.6',
		'overlayColor'  :  '#000',
		'speedIn'		:	500, 
		'speedOut'		:	300, 
		'overlayShow'	:	true
	});
	
});


	


