// JavaScript Document
$(document).ready(function(){

	$('#bildliste').galleryView({
		panel_width: 669,
		panel_height: 344,
		frame_width: 40,
		frame_height: 30
	});
	
});

