
$(document).ready(function(){
	//$("#content > #excl_nav").tabs({ fx: { height: 'toggle', opacity: 'toggle', duration: 'normal' } });
	
	$('a[@rel*=lightbox]').lightBox();

	$(".error").animate({ height:'show', opacity:'show' }, 'slow');
	
});


$(window).load(function () {


});