var $j = jQuery.noConflict();
	        $j(document).ready(function(){
	       		$j('ul.sf-menu').superfish();
		
	        	$j('.rounded').corners();
	        	$j('.drop3').corners();
	        	$j('.csc-frame-frame2').corners(); 
	        	$j('.sf-menu').corners("bottom-left bottom-right");
	        	$j('#typo3-quote').corners();
	        	$j('.contenttable').corners(); 
	        	$j('#subnav').corners("top-left bottom-left");
	        	$j('#portfolio-content').corners("bottom-left bottom-right top-right");
	        	$j('.footer-contact-me a').corners();
	        	$j('.roundedtrbrbl').corners();
	        	$j('#hcard-Rob-De-Vries').corners();
	        	$j('blockquote').corners();
	        	$j('table.table-gegevens').corners();
	        	$j('.td-0').corners();
	        	$j(document).pngFix();
	        	$j('.port-img-tmbs a').fancyzoom();
	        	$j('.port-list-block-img a').fancyzoom();
	        	$j.fn.fancyzoom.defaultsOptions.imgDir='http://localhost:8888/robot09/{$templatePath}js/fancyzoom/ressources/';
	        	$j('#gallery a').fancyzoom();
	        	$j('.home-latestproject a').fancyzoom();
	        	$j('.home-proj-list a').fancyzoom();
	        	$j('.port-img-big a').fancyzoom();
});