$(document).ready(function(){ 
		gallery.setReloadGallery("#albums td.album_details a:not(.edit):not(.button)");
		gallery.setReloadGallery('#albums td.album_cover a:not(.thickbox)');
//		gallery.setReloadTarget('#albums td.album_details a:not(.edit):not(.button)', '#gallery-container');
		gallery.setReloadTarget('#albums td.album_details a.edit', '#albums');
		gallery.setReloadTarget('#albums td.album_details .button', '#albums');
		gallery.setDraggable("#albums td.album_cover:not(.selected)",
							drops,
							albumHovers,
							albumCalls
							);
		//gallery.setDroppable(".album_cover", ".thumbnail", gallery.dropImageToAlbum);
		//gallery.setDroppable(".album_cover", ".album_cover", gallery.swapIds);
});
