// -------------------------------------------------------------------------------------------
// Initiate Lightbox
// -------------------------------------------------------------------------------------------

$(document).ready(function(){
			$("a[rel^='lightbox']").prettyPhoto({
			opacity: 0.80,
			theme: 'vostrolightbox'
		});
		});
				
		
		
// -------------------------------------------------------------------------------------------
// Good Place to insert Google Analytics
// -------------------------------------------------------------------------------------------
