var $j = jQuery.noConflict();
$j(document).ready(function() {
	
	//Fancybox setup
	$j("a:has(.size-medium)").fancybox();
	$j("a:has(.size-large)").fancybox();
	$j("a:has(.size-thumbnail)").fancybox();
	$j('a[rel^="fancybox"]').fancybox({
		'titleShow'		: false
	});
	$j('#advertcontent ul').cycle({ 
			fx		:	'fade',
			timeout	:	10000,
			speed	:	1000
	});
	$j('#advertcontent img').removeAttr("title");
	$j('#advertcontent img').removeAttr("alt");
	$j('.tree li').not('.current_page_item,.current_page_ancestor').has('ul').each(function(){
			$j(this).children('a').after('&nbsp;<img src="http://www.quattromed.ee/wp-content/themes/quattromed/images/menunext.gif" />');
	});
	$j('#myList').listnav();
});
