﻿$(document).ready(function() {

				$("#PicassaPortfolio1").pwi({
					username: 'millmog',
					mode: 'album',	
					album: ["MogridgeDesignPortfolio"], 
					maxresults: 2,
					thumbSize: 32, //--(default: 72, supported (un)cropped: 32, 48, 64, 72, 144, 160 and uncropped only: 200, 288, 320, 400, 512, 576, 640, 720, 800)
					thumbCrop: 1,
					thumbCss: {'margin' : '0px, auto',},
					albumTypes: "public",
					showSlideshowLink: false, 
					showPhotoDate: false,
					showAlbumTitles: false,  //-- Display title underneath album thumbs
                	showAlbumdate: false,    //-- Display date underneath album thumbs
               		showAlbumPhotoCount: false,//-- Display amount of photo's in album underneath album thumb
                	showAlbumDescription: false,//-- Display album description on photo page
                	showAlbumLocation: false,//-- Display location (if specified) of album in album description on photo page
                    showPhotoCaption: false,//-- Show caption underneath photo thumb (not recommended to prevent layout issues)				
					slimbox_config: {       //-- override default slimbox configuration and behaviour (see for details: http://code.google.com/p/slimbox/wiki/jQueryManual)
                        loop: false,
                        overlayOpacity: 0.7,
                        overlayFadeDuration: 400,
                        resizeDuration: 400,
                        resizeEasing: "swing",
                        initialWidth: 250,
                        initlaHeight: 250,
                        imageFadeDuration: 400,
                        captionAnimationDuration: 400,
                        counterText: "{x}/{y}",
                        closeKeys: [27, 88, 67, 70],
                        prevKeys: [37, 80],
                        nextKeys: [39, 83]
                },
					
							});
});

$(document).ready(function() {

				$("#PicassaPortfolio2").pwi({
					username: 'millmog',
					mode: 'album',	
					album: ["MogridgeDesignPortfolio"], 
					maxresults: 9,
					thumbSize: 160,
					thumbCrop: 1,
					thumbCss: {'margin' : '0px, auto',},
					albumTypes: "public",
					showSlideshowLink: false, 
					showPhotoDate: false,
					showAlbumTitles: false,  //-- Display title underneath album thumbs
                	showAlbumdate: false,    //-- Display date underneath album thumbs
               		showAlbumPhotoCount: false,//-- Display amount of photo's in album underneath album thumb
                	showAlbumDescription: false,//-- Display album description on photo page
                	showAlbumLocation: false,//-- Display location (if specified) of album in album description on photo page
                    showPhotoCaption: false,//-- Show caption underneath photo thumb (not recommended to prevent layout issues)				
					slimbox_config: {       //-- override default slimbox configuration and behaviour (see for details: http://code.google.com/p/slimbox/wiki/jQueryManual)
                        loop: false,
                        overlayOpacity: 0.7,
                        overlayFadeDuration: 400,
                        resizeDuration: 400,
                        resizeEasing: "swing",
                        initialWidth: 250,
                        initlaHeight: 250,
                        imageFadeDuration: 400,
                        captionAnimationDuration: 400,
                        counterText: "{x}/{y}",
                        closeKeys: [27, 88, 67, 70],
                        prevKeys: [37, 80],
                        nextKeys: [39, 83]
                },
					
							});
});
