$(document).ready(function(){
		$('.logo').pngFix( );
		
		$('.catalog').pngFix( );
		
		$('.fixpng').pngFix( );
		
		$("hr").replaceWith("<div class='hr'><hr></div>");
		
		$.backstretch("background.jpg");
		
//	$("#galleryNav").jFlow({
//		slides: "#galleryPages",
//		controller: ".controlNav", 
//		slideWrapper : "#GallerySlide",
//		selectedWrapper: "pageSelected",  
//		width: "900px",
//		height: "520px", // Remove to set height automatic
//		duration: 500,
//		prev: ".galleryPrev", 
//		next: ".galleryNext"
//	});
//	
//	$("a[rel^='gallery']").prettyPhoto();
//
//	$("#controller").jFlow({  
//			 slides: "#slides",  
//			 width: "378px",  
//			 height: "190px",  
//			 duration: 500  
//	});  
	

});

