jQuery(document).ready(function($){
  $("#topnav > ul.sf-menu").supersubs().superfish({ 
	pathClass: 'current',
	speed: 1,
	animation: {height:'show'},
	dropShadows: true,
	disableHI: true,
	autoArrows: true
  }).find('ul').bgIframe({opacity:false}); 

 $('.gallery').cycle({
	delay:  2000, 
	speed:  500
 });
});