$(document).ready(function(){
	$('.logo').pngFix( );
		
	$("hr").replaceWith("<div class='hr'><hr></div>");
	
	$("a[rel^='gallery']").prettyPhoto({
            showTitle: false, /* true/false */
            allowresize: false, /* true/false */
            default_width: 590,
            default_height: 350});
});

