$(document).ready(function() {

	$("a[rel=image]").fancybox({
		'zoomOpacity': true,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeInExpo',
		'easingOut'				: 'easeInBack',
		'overlayShow'			: true,
		'centerOnScroll'		: true
	});
	$("a[rel=single_image]").fancybox({
		'zoomOpacity': true,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeInExpo',
		'easingOut'				: 'easeInBack',
		'overlayShow'			: true,
		'centerOnScroll'		: true
	});
	
	//png fix pt ie
//	$('#logo').pngFix(); 
//	$('div.box').ifixpng().css({backgroundRepeat: 'repeat', width: '920px'});
	
});