Q(document).ready(function(){
	Q('#property_slideshow').galleryView({
		panel_width: 434,
		panel_height: 280,
		frame_width: 100,
		frame_height: 80,	
		
		nav_theme: 'dark',
		
		frame_scale: 'nocrop',
		transition_interval: 0
	});
	setInterval(resetHeight, 1000);
});