// JavaScript Document

	//jQuery.noConflict(); 

	$(document).ready(function(){
		
		$("a.fancyimg").fancybox();

	});									
	
	
	
	
