(function($) {
	$(document).ready(function($){  
	  fbPageOptions = {
	    	licenseKey: 'nyJ5myE6kSIc',
	theme: 'black',
	colorVideo: 'black',
	doSlideshow: true,
	slideInterval: 3,
	startPaused: true,
	    enableCookies: true,
	    cookieScope: 'site'
	  };
		
		$(".floatbox").attr("rel", function() {
			return this.rel.replace("lightbox", "");
		});
		
		fb.anchors.length = 0;
		fb.tagAnchors('floatbox');
	});
})(jQuery)