// The dev version is concept_dev.js

$(document).ready(function(){
	$('#url_url').focus();
	
	$('.logo').pngFix( );
		
	$("hr").replaceWith("<div class='hr'><hr></div>");
		
	$("#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  
	}); 
	
	$('iframe#twitter_frame').attr("src",'http://kiw.is/kiwis/twitter_widget');
});
