
/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){

})(jQuery);

jQuery.noConflict();
jQuery(document).ready(function(){

    jQuery('#addthis').hover(
        function(){ return addthis_open(this, '', '[URL]', '[TITLE]'); },
        function(){ addthis_close();  }
    );  
  jQuery('#addthis').click(function(){ return addthis_sendto(); });

			jQuery('ul#slideshow').innerfade({
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '315px'
			});

jQuery('#box2_1 li.selected').addClass('subnav-selected');
jQuery('#box2_1 ul ul').removeClass('sidenav');
jQuery('#box2_1 ul').addClass('sidenav').fadeIn();

  jQuery('td.photogalleryNavigation:first a:last').hide();
        
}); 

