$(document).ready(function(){
		$('.logo').pngFix( );
		
		$("hr").replaceWith("<div class='hr'><hr></div>");
		

	
	$("a[rel^='gallery']").prettyPhoto();
		  
	$("#controller").jFlow({  
			 slides: "#slides",  
			 width: "333px",  
			 height: "209px",  
			 duration: 500  
	});  
	


});
