	var j = jQuery.noConflict();
    j(document).ready(function() { 
			et_top_menu();
		function et_top_menu(){
			j('ul.superfish').superfish({ 
				delay:       200,                            // one second delay on mouseout 
				animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
				speed:       'fast',                          // faster animation speed 
				autoArrows:  true,                           // disable generation of arrow mark-up 
				dropShadows: false                            // disable drop shadows 
			}).find('> li > a.sf-with-ul').parent('li').addClass('sf-ul');
		};

				j('ul.nav > li:last-child').css('background','none'); 
				
				
			j("a[rel^='prettyPhoto']").prettyPhoto({
				allow_resize: true,
                padding: 40, 
                opacity: 0.60,
                show_title: false,
                autoplay_slideshow: false,
                counter_separator_label: '/', 
                animation_speed:'normal',
                overlay_gallery: false,
                changepicturecallback: function(){},
                callback: function(){}
				});
				
				
				


    }); 
	

