//This addiitonal piece helps JQuery work within Silverstripe and the legacy fragments of Prototype
;(function($) {
	$(document).ready(function() {
 			
		/***************************
		Portfolio Page Functions & Actions
		****************************/
 		$('.portfoliopageGallery ul').nivoSlider({
			effect:'fold',
			animSpeed:1000,
			pauseTime:4500,
			startSlide:0, //Set starting Slide (0 index)
			directionNav:true, //Next & Prev
			directionNavHide:true,
			pauseOnHover:false,
			controlNavThumbs:true,
			controlNavThumbsSearch: '.jpg',
			controlNavThumbsReplace: '_thumb.jpg',
			keyboardNav:true, //Use left & right arrows
			pauseOnHover:true //Stop animation while hovering
		});

	// Standard jQuery footer
	});
})(jQuery);
