jQuery(document).ready(function($) {
	
	$(".wp-caption a").fancybox({ 
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayOpacity' : .2,
		'overlayShow'	:	true
	}); 
	
	$('input:text').hint();
		
});