$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 704,
		panel_height: 492,
		frame_width: 100,
		frame_height: 100,
		transition_interval:3600000,
		overlay_height: 0,
		overlay_text_color:'white',
		border: 'none'
	});
});
