
$(document).ready(function(){
    // property full details page photo slideshow
	if($('#photo_slider').length)
	{
		$('#photo_slider').galleria({
        	transition: 'fade',
        	width:560,
        	height:455
		});
	}
});
