$(document).ready(function() {

	$('.thumb').fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	300, 
		'speedOut'		:	200,
		'titleShow'		:	true
	});

	$('.thumb2').fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	300, 
		'speedOut'		:	200,
		'titleShow'		:	true
	});

	$('.thumb3').fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	300, 
		'speedOut'		:	200,
		'titleShow'		:	true
	});
	
	$('.thumb4').fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	300, 
		'speedOut'		:	200,
		'titleShow'		:	true
	});
	
  $('#slider').nivoSlider({
    'directionNav' : true, // Next & Prev navigation
    'directionNavHide' : false, // Only show on hover
    'controlNav': false
  });

});
