//jQuery.noConflict();
try{
		jQuery(document).ready(function(){
					
			if(jQuery().fancybox){ //namespace check
				jQuery("#mod_pukkaPictures .picture a").fancybox({
					'zoomSpeedIn': 500,
					'zoomSpeedOut': 500,
					'zoomOpacity': true
				});
				jQuery("#mod_pukkaGalleries .picture a").fancybox({
					'zoomSpeedIn': 500,
					'zoomSpeedOut': 500,
					'zoomOpacity': true
				});
				jQuery("#main-menu ul li.location a").addClass("iframe"); 
				jQuery("#main-menu ul li.location a").fancybox({
					'zoomSpeedIn': 500,
					'zoomSpeedOut': 500,
					'zoomOpacity': true,
					'hideOnContentClick': false,
					'frameWidth':800,
					'frameHeight':600
				});
			}	
			jQuery('#main-menu ul li.shortcut1 a, #main-menu ul li.shortcut2 a').attr('target','_blank');
			jQuery('#main-menu ul li.shortcut4 a, #main-menu ul li.shortcut2 a').attr('target','_blank');
	
			if(jQuery().cycle){
				jQuery(window).load(function(){
					jQuery('#slideshow').cycle('destroy');
					jQuery('#slideshow').cycle({
						fx: 'fade',
						speed: 7000,
						pause: 1,
						cleartype: 1,
						cleartypeNoBg:true
					});
				});			
				}
			
		});
}catch(error){

}
