jQuery(document).ready(function() {
    jQuery('ul.topnav').superfish({
		autoArrows: false,
		delay: 700,
		animation: {"opacity":"show", "height":"show"}
	});
	jQuery('.slides .animate').cycle({
		prev: 'a.prev',
		next: 'a.next',
		cleartypeNoBg: true
	});	
	jQuery('a.portfolio').fancybox({
		'overlayShow'	: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic'
	});
});
