(function($) {
	$(document).ready(function($){  
	  fbPageOptions = {
	    	padding: 10,
	roundCorners: 'none',
	outerBorder: 1,
	enableDragMove: true,
	enableDragResize: true,
	hideObjects: false,
	hideJava: false,
	resizeDuration: 1.5,
	imageFadeDuration: 2,
	overlayFadeDuration: 2,
	showNavOverlay: 'always',
	numIndexLinks: 10,
	doSlideshow: true,
	slideInterval: 4,
	startPaused: true,
	    enableCookies: true,
	    cookieScope: 'site'
	  };
		
		$(".floatbox").attr("rel", function() {
			return this.rel.replace("lightbox", "");
		});
		
		fb.anchors.length = 0;
		fb.tagAnchors('floatbox');
	});
})(jQuery)