$(document).ready(function(){
	
	sIFR.replace(tahoma, {
		  selector: ".newbot h2",
		  wmode: "transparent",
		  tuneHeight: "-5",
		  css:".sIFR-root {color:#222222; font-size:20px;}"
	});	
	
	sIFR.replace(f0499, {
		  selector: ".blog .content h1",
		  wmode: "transparent",
		  tuneHeight: "-5",
		  css:".sIFR-root {color:#222222;  font-size:22px;}"
		});
		
		
	share();
	
	$("a.fancy").fancybox({ 
		'zoomSpeedIn': 300,
		'zoomSpeedOut':300,
		'overlayShow': true,
		
	});
	
	$("#more-photos").click(function(){
		$(".picture li.more").removeClass("more");
	})
})