// JavaScript Document

jQuery(document).ready(function($) {

      	  
	  $('.gallery a, a.gallery, a.lightbox').lightBox(); 
	  
	   $("ul.sf-menu").superfish({ 
            pathClass:  'current' 
        });
	  
	  
	  $('#catalog').accordion({ 
			header: 'div.title', 
			active: false, 
			alwaysOpen: false, 
			animated: true, 
			autoheight: false 
		});
	  
      /*$('.slideshow').cycle({
		fx: 'fade',
		speed:  500,
		speedIn:  1500, 
	    speedOut: 1500
 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});*/
	    
		
});

