$(document).ready(function(){ 
		
	$('#topnav ul li:first').addClass('first');
	$('a[rel*=facebox]').facebox();
    }); 