/* Author: 

*/

/*
$(document).ready(function() {
    $('#content img:not(:first)').replaceWith(function() {
	return $('<a/>').
	    attr({"href":this.src.substring(0, this.src.length-4)+"_grand.jpg",
		  "title":this.alt,
		  "rel":"group"}).
	    addClass("fancybox").
	    append($('<img>').attr({"src":this.src, "alt":this.alt}));
    });
});
*/


$(document).ready(function() {
    if ($('.imagevisite').length) {
	$('.imagevisite').empty();

	var name="kerheol";
	var album="KerHeol";
	if($('#kerneiz1').length) {
	    var name="kerneiz";
	    var album="KerNeiz";
	}

	var options={
	    username:'manoirdekerguz',
	    mode:'album',
	    showAlbumDescription:false,
	    showSlideshow:false,
	    maxResults:3,
	    photoSize:1400,
	    'album':album,
	    showPager:false,
//	    thumbCss:{'display':'inline', 'margin':'5px'},
	    popupExt:function(photos){photos.fancybox({'hideOnContentClick':false,
						       'transitionIn':'elastic',
						       'transitionOut':'elastic',
						       'speedIn':600, 
						       'speedOut':200, 
						       'overlayShow':false});},
	    thumbSize:144};
	
	for(var i=1; i<9; i++) {
	    options.page=i;
	    $('#'+name+i).pwi(options);
	};
    }
});

/*
$(document).ready(function() {
    $('.fancybox').fancybox({
	'transitionIn':'elastic',
	'transitionOut':'elastic',
	'speedIn':600, 
	'speedOut':200, 
	'overlayShow':false});
});

*/



















