jQuery(function(){
							jQuery('div.content').css('display', 'block'); 
							jQuery('#leaf-34-thumbs ul.thumbs li').css('opacity', 0.4)
								.hover(
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 1.0);
									}, 
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 0.4);
									}
								);
								jQuery('#leaf-34-gallery').galleriffic('#leaf-34-thumbs', {
									delay:                  6000,
									numThumbs:              21,
									preloadAhead:           5,
									enableTopPager:         true,
									enableBottomPager:      true,
									imageContainerSel:      '#leaf-34-slideshow',
									controlsContainerSel:   '#leaf-34-controls',
									captionContainerSel:    '#leaf-34-caption',
									loadingContainerSel:    '#leaf-34-loading',
									renderSSControls:       true,
									renderNavControls:      true,
									playLinkText:           'Play Slideshow',
									pauseLinkText:          'Pause Slideshow',
									prevLinkText:           '« Previous Photo',
									nextLinkText:           'Next Photo »',
									nextPageLinkText:       'Next »',
									prevPageLinkText:       '« Previous',
									enableHistory:          false,
									autoStart:              true,
									onChange:               function(prevIndex, nextIndex) {
										jQuery('#leaf-34-thumbs ul.thumbs').children()
											.eq(prevIndex).fadeTo('fast', 0.4).end()
											.eq(nextIndex).fadeTo('fast', 1.0);
										jQuery('#leaf-34-loading').css('marginBottom', -560);
									},
									onTransitionOut:        function(callback) {
										jQuery('#leaf-34-caption').fadeTo('fast', 0.0);
										jQuery('#leaf-34-slideshow').fadeTo('fast', 0.0, callback);
									},
									onTransitionIn:         function() {
										jQuery('#leaf-34-slideshow').fadeTo('fast', 1.0);
										jQuery('#leaf-34-caption').fadeTo('fast', 1.0);
									},
									onPageTransitionOut:    function(callback) {
										jQuery('#leaf-34-thumbs ul.thumbs').fadeTo('fast', 0.0, callback);
									},
									onPageTransitionIn:     function() {
										jQuery('#leaf-34-thumbs ul.thumbs').fadeTo('fast', 1.0);
									}
								});

						});
						jQuery(function(){
							jQuery('div.content').css('display', 'block'); 
							jQuery('#leaf-37-thumbs ul.thumbs li').css('opacity', 0.4)
								.hover(
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 1.0);
									}, 
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 0.4);
									}
								);
								jQuery('#leaf-37-gallery').galleriffic('#leaf-37-thumbs', {
									delay:                  6000,
									numThumbs:              12,
									preloadAhead:           5,
									enableTopPager:         true,
									enableBottomPager:      true,
									imageContainerSel:      '#leaf-37-slideshow',
									controlsContainerSel:   '#leaf-37-controls',
									captionContainerSel:    '#leaf-37-caption',
									loadingContainerSel:    '#leaf-37-loading',
									renderSSControls:       true,
									renderNavControls:      true,
									playLinkText:           'Play Slideshow',
									pauseLinkText:          'Pause Slideshow',
									prevLinkText:           '« Previous Photo',
									nextLinkText:           'Next Photo »',
									nextPageLinkText:       'Next »',
									prevPageLinkText:       '« Previous',
									enableHistory:          false,
									autoStart:              true,
									onChange:               function(prevIndex, nextIndex) {
										jQuery('#leaf-37-thumbs ul.thumbs').children()
											.eq(prevIndex).fadeTo('fast', 0.4).end()
											.eq(nextIndex).fadeTo('fast', 1.0);
										jQuery('#leaf-37-loading').css('marginBottom', -560);
									},
									onTransitionOut:        function(callback) {
										jQuery('#leaf-37-caption').fadeTo('fast', 0.0);
										jQuery('#leaf-37-slideshow').fadeTo('fast', 0.0, callback);
									},
									onTransitionIn:         function() {
										jQuery('#leaf-37-slideshow').fadeTo('fast', 1.0);
										jQuery('#leaf-37-caption').fadeTo('fast', 1.0);
									},
									onPageTransitionOut:    function(callback) {
										jQuery('#leaf-37-thumbs ul.thumbs').fadeTo('fast', 0.0, callback);
									},
									onPageTransitionIn:     function() {
										jQuery('#leaf-37-thumbs ul.thumbs').fadeTo('fast', 1.0);
									}
								});

						});
						jQuery(function(){
							jQuery('div.content').css('display', 'block'); 
							jQuery('#leaf-47-thumbs ul.thumbs li').css('opacity', 0.4)
								.hover(
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 1.0);
									}, 
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 0.4);
									}
								);
								jQuery('#leaf-47-gallery').galleriffic('#leaf-47-thumbs', {
									delay:                  6000,
									numThumbs:              12,
									preloadAhead:           3,
									enableTopPager:         false,
									enableBottomPager:      true,
									imageContainerSel:      '#leaf-47-slideshow',
									controlsContainerSel:   '#leaf-47-controls',
									captionContainerSel:    '#leaf-47-caption',
									loadingContainerSel:    '#leaf-47-loading',
									renderSSControls:       true,
									renderNavControls:      true,
									playLinkText:           'Play Slideshow',
									pauseLinkText:          'Pause Slideshow',
									prevLinkText:           '« Previous Photo',
									nextLinkText:           'Next Photo »',
									nextPageLinkText:       'Next »',
									prevPageLinkText:       '« Previous',
									enableHistory:          false,
									autoStart:              true,
									onChange:               function(prevIndex, nextIndex) {
										jQuery('#leaf-47-thumbs ul.thumbs').children()
											.eq(prevIndex).fadeTo('fast', 0.4).end()
											.eq(nextIndex).fadeTo('fast', 1.0);
										jQuery('#leaf-47-loading').css('marginBottom', -70);
									},
									onTransitionOut:        function(callback) {
										jQuery('#leaf-47-caption').fadeTo('fast', 0.0);
										jQuery('#leaf-47-slideshow').fadeTo('fast', 0.0, callback);
									},
									onTransitionIn:         function() {
										jQuery('#leaf-47-slideshow').fadeTo('fast', 1.0);
										jQuery('#leaf-47-caption').fadeTo('fast', 1.0);
									},
									onPageTransitionOut:    function(callback) {
										jQuery('#leaf-47-thumbs ul.thumbs').fadeTo('fast', 0.0, callback);
									},
									onPageTransitionIn:     function() {
										jQuery('#leaf-47-thumbs ul.thumbs').fadeTo('fast', 1.0);
									}
								});

						});
						jQuery(function(){
							jQuery('#leaf-59 div.rotator-images').cycle({ 
							    fx:      'scrollLeft', 
							    speed:    1500, 
							    timeout:  8000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});
						jQuery(function(){
							jQuery('#leaf-71 div.rotator-images').cycle({ 
							    fx:      'scrollLeft', 
							    speed:    1500, 
							    timeout:  7000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});
						jQuery(function(){
							jQuery('#leaf-73 div.rotator-images').cycle({ 
							    fx:      'fade', 
							    speed:    1500, 
							    timeout:  9000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});
						jQuery(function(){
							jQuery('#leaf-86 div.rotator-images').cycle({ 
							    fx:      'scrollRight', 
							    speed:    1000, 
							    timeout:  7000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});
						jQuery(function(){
							jQuery('#leaf-87 div.rotator-images').cycle({ 
							    fx:      'scrollRight', 
							    speed:    1000, 
							    timeout:  7000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});
						jQuery(function(){
							jQuery('div.content').css('display', 'block'); 
							jQuery('#leaf-96-thumbs ul.thumbs li').css('opacity', 0.4)
								.hover(
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 1.0);
									}, 
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 0.4);
									}
								);
								jQuery('#leaf-96-gallery').galleriffic('#leaf-96-thumbs', {
									delay:                  4000,
									numThumbs:              12,
									preloadAhead:           3,
									enableTopPager:         false,
									enableBottomPager:      true,
									imageContainerSel:      '#leaf-96-slideshow',
									controlsContainerSel:   '#leaf-96-controls',
									captionContainerSel:    '#leaf-96-caption',
									loadingContainerSel:    '#leaf-96-loading',
									renderSSControls:       true,
									renderNavControls:      true,
									playLinkText:           'Play Slideshow',
									pauseLinkText:          'Pause Slideshow',
									prevLinkText:           '« Previous Photo',
									nextLinkText:           'Next Photo »',
									nextPageLinkText:       'Next »',
									prevPageLinkText:       '« Previous',
									enableHistory:          false,
									autoStart:              true,
									onChange:               function(prevIndex, nextIndex) {
										jQuery('#leaf-96-thumbs ul.thumbs').children()
											.eq(prevIndex).fadeTo('fast', 0.4).end()
											.eq(nextIndex).fadeTo('fast', 1.0);
										jQuery('#leaf-96-loading').css('marginBottom', -503);
									},
									onTransitionOut:        function(callback) {
										jQuery('#leaf-96-caption').fadeTo('fast', 0.0);
										jQuery('#leaf-96-slideshow').fadeTo('fast', 0.0, callback);
									},
									onTransitionIn:         function() {
										jQuery('#leaf-96-slideshow').fadeTo('fast', 1.0);
										jQuery('#leaf-96-caption').fadeTo('fast', 1.0);
									},
									onPageTransitionOut:    function(callback) {
										jQuery('#leaf-96-thumbs ul.thumbs').fadeTo('fast', 0.0, callback);
									},
									onPageTransitionIn:     function() {
										jQuery('#leaf-96-thumbs ul.thumbs').fadeTo('fast', 1.0);
									}
								});

						});
						jQuery(function(){
							jQuery('div.content').css('display', 'block'); 
							jQuery('#leaf-99-thumbs ul.thumbs li').css('opacity', 0.4)
								.hover(
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 1.0);
									}, 
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 0.4);
									}
								);
								jQuery('#leaf-99-gallery').galleriffic('#leaf-99-thumbs', {
									delay:                  5000,
									numThumbs:              15,
									preloadAhead:           3,
									enableTopPager:         false,
									enableBottomPager:      true,
									imageContainerSel:      '#leaf-99-slideshow',
									controlsContainerSel:   '#leaf-99-controls',
									captionContainerSel:    '#leaf-99-caption',
									loadingContainerSel:    '#leaf-99-loading',
									renderSSControls:       true,
									renderNavControls:      true,
									playLinkText:           'Play Slideshow',
									pauseLinkText:          'Pause Slideshow',
									prevLinkText:           '« Previous Photo',
									nextLinkText:           'Next Photo »',
									nextPageLinkText:       'Next »',
									prevPageLinkText:       '« Previous',
									enableHistory:          false,
									autoStart:              true,
									onChange:               function(prevIndex, nextIndex) {
										jQuery('#leaf-99-thumbs ul.thumbs').children()
											.eq(prevIndex).fadeTo('fast', 0.4).end()
											.eq(nextIndex).fadeTo('fast', 1.0);
										jQuery('#leaf-99-loading').css('marginBottom', -490);
									},
									onTransitionOut:        function(callback) {
										jQuery('#leaf-99-caption').fadeTo('fast', 0.0);
										jQuery('#leaf-99-slideshow').fadeTo('fast', 0.0, callback);
									},
									onTransitionIn:         function() {
										jQuery('#leaf-99-slideshow').fadeTo('fast', 1.0);
										jQuery('#leaf-99-caption').fadeTo('fast', 1.0);
									},
									onPageTransitionOut:    function(callback) {
										jQuery('#leaf-99-thumbs ul.thumbs').fadeTo('fast', 0.0, callback);
									},
									onPageTransitionIn:     function() {
										jQuery('#leaf-99-thumbs ul.thumbs').fadeTo('fast', 1.0);
									}
								});

						});
						jQuery(function(){
							jQuery('div.content').css('display', 'block'); 
							jQuery('#leaf-103-thumbs ul.thumbs li').css('opacity', 0.4)
								.hover(
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 1.0);
									}, 
									function () {
										jQuery(this).not('.selected').fadeTo('fast', 0.4);
									}
								);
								jQuery('#leaf-103-gallery').galleriffic('#leaf-103-thumbs', {
									delay:                  5000,
									numThumbs:              15,
									preloadAhead:           3,
									enableTopPager:         false,
									enableBottomPager:      true,
									imageContainerSel:      '#leaf-103-slideshow',
									controlsContainerSel:   '#leaf-103-controls',
									captionContainerSel:    '#leaf-103-caption',
									loadingContainerSel:    '#leaf-103-loading',
									renderSSControls:       true,
									renderNavControls:      true,
									playLinkText:           'Play Slideshow',
									pauseLinkText:          'Pause Slideshow',
									prevLinkText:           '« Previous Photo',
									nextLinkText:           'Next Photo »',
									nextPageLinkText:       'Next »',
									prevPageLinkText:       '« Previous',
									enableHistory:          false,
									autoStart:              true,
									onChange:               function(prevIndex, nextIndex) {
										jQuery('#leaf-103-thumbs ul.thumbs').children()
											.eq(prevIndex).fadeTo('fast', 0.4).end()
											.eq(nextIndex).fadeTo('fast', 1.0);
										jQuery('#leaf-103-loading').css('marginBottom', -508);
									},
									onTransitionOut:        function(callback) {
										jQuery('#leaf-103-caption').fadeTo('fast', 0.0);
										jQuery('#leaf-103-slideshow').fadeTo('fast', 0.0, callback);
									},
									onTransitionIn:         function() {
										jQuery('#leaf-103-slideshow').fadeTo('fast', 1.0);
										jQuery('#leaf-103-caption').fadeTo('fast', 1.0);
									},
									onPageTransitionOut:    function(callback) {
										jQuery('#leaf-103-thumbs ul.thumbs').fadeTo('fast', 0.0, callback);
									},
									onPageTransitionIn:     function() {
										jQuery('#leaf-103-thumbs ul.thumbs').fadeTo('fast', 1.0);
									}
								});

						});
						jQuery(function(){
							jQuery('#leaf-106 div.rotator-images').cycle({ 
							    fx:      'scrollRight', 
							    speed:    1000, 
							    timeout:  6000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});
						jQuery(function(){
							jQuery('#leaf-109 div.rotator-images').cycle({ 
							    fx:      'fade', 
							    speed:    1000, 
							    timeout:  7000
							});

							if(typeof visual_editor != 'undefined'){
								jQuery('.rotator-images a').attr('href', '#');
							}
						});