jQuery(document).ready(function(){
	 //START SITE SPECIFIC FUNCTIONS HERE//
	 jQuery(".featuredimg a").fancybox({
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'speedIn'		:	600, 
				'speedOut'		:	200, 
				'overlayShow'	:	true
			});
});
