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

$('.modal').colorbox({iframe:true,transition:'elastic',width:'600px',height:'580px'});

$('ul.sf-menu').superfish({
			delay:       1000,
			animation:   {opacity:'show',height:'show'},
			speed:       'fast',
			autoArrows:  true,
			dropShadows: true
		});
		
});