jQuery.noConflict();

jQuery(document).ready(function()
{	
	// activates the lightbox page, if you are using a dark color scheme use another theme parameter
	jQuery("a[rel^='prettyPhoto'], a[rel^='lightbox']").prettyPhoto({
		"theme": 'light_rounded' /* light_rounded / dark_rounded / light_square / dark_square */																
	});
	
	
	k_form(); //controls the contact form
	k_menu(); // controls the dropdown menu
	
});
