jQuery().ready(function() {
	jQuery('#thegallery').galleryView({
		'transition_interval': 60000,
		panel_width: 529,
		panel_height: 440,
		frame_width: 75,
    	frame_height: 60,
    	background_color: '#000',
	    border: 'none'
	});
});