$(document).ready(function(){
	$("#lightBox a[id^='prettyPhoto']").prettyPhoto(
		{animationSpeed:'fast',theme:'facebook',slideshow:5000, autoplay_slideshow: false}
	);
	$("#google_map a[id^='prettyPhoto']").prettyPhoto(
		{custom_markup: '<div id="map_canvas" style="width:260px; height:265px;"></div>',changepicturecallback: function(){ initialize(); }}
	);
});
