$(function(){
	$('#flickrContainer').fetchFlickGallery({
		width:385,
		height:500,
		captions:true,
		autoAdvance:false
	});
});
