		$(document).ready(function(){
		    //base_url = "";
		    
	/*		
			$(".lightbox-2").lightbox({
			    fitToScreen: false
		    });
			
		*/
		
				  $(function() {
			  $("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook', autoplay: false, slideshow: false});
		  	});

		    
		    
		});

