jQuery(document).ready(function(){
	jQuery('ul#main-nav').superfish();
	Shadowbox.init({
		speed: 'fast'
	});
});
