	
	$(function() {
		$('#datepicker').datepicker({
			showOtherMonths: true,
			dateFormat: 'yy/mm/dd'
		});
	});
	
	$(document).ready(function(){
		
        $(document).pngFix(); 
		
		$("#accordion").accordion({ 
			header: "h3",
			autoHeight: false,
			active: 0,
			animated: "bounceslide"
		});
		

 		$(".recommended-image, .photoreport-image").fancybox({ 
 			'zoomSpeedIn': 600, 
 			'zoomSpeedOut': 500, 
 			'overlayShow': true,
 			'overlayColor': 'black',
 			'overlayOpacity': 0.90,
 			'enableEscapeButton':true,
 			'showCloseButton':true 
 		}); 			
    });	
	