/* <![CDATA[ */

Cufon.replace('#content .contentbtm, #content .contentmid dl dd, #content h1, #header .contact .century, #sidebar .title h3,#content .title h3', {hover: 'true'});



$(document).ready(function(){
	$(".fancypic").fancybox({
		'titleShow'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic'
	});
	
	
	$(".fancypic").hover(function() {
		$(this).find('img').addClass("hover").stop()
			.animate({
				opacity: 0.7
			}, 200);
		
		} , function() {
		$(this).find('img').removeClass("hover").stop()
			.animate({
				opacity: 1
			}, 300);
	});
});

/* ]]> */
