$(document).ready(function() {
	// round corners
//	$('#header').corner('top 10px cc:#fff');
	$('.heading').corner('10px');
	// load menus
	$('.ddmenu').singleDropMenu({parentMO: 'ddmenu-hover', childMO: 'ddchildhover', timer: 1500});
	// activate colorbox	
	$(".colorbox").colorbox();
	$(".colorbox-img").colorbox({photo: 'true', scalePhotos: 'true', height: '100%'});
});

