
	$(document).ready(function() {

		// Set first & last child items for nav (for IE)
		$('nav ul li:first-child').addClass('first');
		$('nav ul li:last-child').addClass('last');
		
		
		
		$('#photo_gallery').nivoSlider({		
			effect: 'fade',
			directionNav: false,
			pauseTime: 3000,
			animSpeed: 500,
			captionOpacity: 1,
			controlNav: true,
			controlNavThumbs: true, // Use thumbnails for Control Nav
      controlNavThumbsSearch: '.jpg', // Replace this with...
      controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
      captionOpacity: 0.8
		});


	});
	

