$(document).ready(function(){

	//round corners
	$('.rounded').corner('3px');		
	//activate superbox
	$.superbox();
	$('#superbox').corner();
	$('#notificationContainer').css({'opacity':'.95'});
	


});
